Closed MichaelKoch11 closed 10 months ago
Only a question or if it does not work, something to add.
I am using this method to parse my query. RSQLQueryDslSupport.toPredicate(query, getQClazz());
RSQLQueryDslSupport.toPredicate(query, getQClazz());
and then to get my data getRepository().findAll(spec, pageable);
getRepository().findAll(spec, pageable);
I this case, how can I register an custom RSQLCustomPredicate or a customOperator
Found the same issue https://github.com/perplexhub/rsql-jpa-specification/issues/98
Only a question or if it does not work, something to add.
I am using this method to parse my query.
RSQLQueryDslSupport.toPredicate(query, getQClazz());
and then to get my data
getRepository().findAll(spec, pageable);
I this case, how can I register an custom RSQLCustomPredicate or a customOperator