Open kortemik opened 1 year ago
User <@kortemik>
Date <[2023-08-21T12:16:47Z
]>
default mode is used for search: https://github.com/teragrep/pth_03/blob/main/src/main/antlr4/com/teragrep/pth_03/antlr/DPLLexer.g4#L385
search uses the same mode as initial processing: https://github.com/teragrep/pth_03/blob/main/src/main/antlr4/imports/DPLParserTransform_search.g4#L48-L50
which is at https://github.com/teragrep/pth_03/blob/main/src/main/antlr4/com/teragrep/pth_03/antlr/DPLParser.g4#L60
therefore behaviour experienced #383 should not be possible, however it occurs.
please check if this has something to do with the implementation too.
The query still gives out the same exception. The workaround doesn't give out any exception message but also doesn't find the data row correctly.
Will be looked at in #295
Has disabled tests in EarliestLatestTest.java : searchIssue384Test and searchIssue384_2Test
ID <384> Reporter <@kortemik>
this is propably a parser issue however adding here too so we get a test case for it
gives
however escaping the equal-signs (=) does help:
following is returned
please notice that this is somehow related to #383