coheigea commented on code in PR #3443:
URL: https://github.com/apache/cxf/pull/3443#discussion_r3948631820
##########
rt/rs/extensions/search/src/main/java/org/apache/cxf/jaxrs/ext/search/fiql/FiqlParser.java:
##########
@@ -305,6 +338,40 @@ protected ASTNode<T> parseComparison(String expr) throws
SearchParseException {
throw new SearchParseException("Not a comparison expression: " + expr);
}
+ private int[] findComparator(String expr) {
Review Comment:
@reta It's a fair point. I limited the search term even further to 4K
characters by default and removed this custom code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]