Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
19.1.3
Description
I added a test case to mod-tags, to see how a query like this works:
GET /tags?query=cql.allRecords=1 NOT description=\"\"
That seems to work, I get the right result, but in the log I see this:
22 Jun 2018 11:10:45:109 ERROR PostgresClient net.sf.jsqlparser.JSQLParserException at net.sf.jsqlparser.parser.CCJSqlParserUtil.parse(CCJSqlParserUtil.java:56) at org.folio.rest.persist.PostgresClient.parseQuery(PostgresClient.java:2410) ... Caused by: net.sf.jsqlparser.parser.ParseException: Encountered " "IS" "IS "" at line 1, column 91. Was expecting one of: "AND" ... ")" ...