Open
Description
deepesh-verma opened DATACMNS-1808 and commented
The current implementation of the QuerydslPredicateArgumentResolver
, which in turn uses the QuerydslPredicateBuilder.getPredicate()
method, supports Precdicate building by parsing request parameters as below -
?name=deepesh&age=28&language=hindi,english
Can this be enhanced to support the below request parameters, and allow user the pass the com.querydsl.core.types.Ops
values as below -
?name=deepesh,EQ&age=25,GT&language=[hindi,english],IN
No further details from DATACMNS-1808