Hi,

I have following code that does some parsing with QParser plugin. I noticed
that it does not retain the double quotes in the filterQueryString. How
should make it retain the double quotes?

QParser.getParser(filterQueryString, null, req).getQuery();

filterQueryString passed = id:"x:1234"

Reply via email to