lucene-query-parser.js icon indicating copy to clipboard operation
lucene-query-parser.js copied to clipboard

escaped quotes issue

Open thoward opened this issue 11 years ago • 1 comments

lucenequeryparser.parse( 'foo:"bar \"baz\""' ) throws syntax error - seems like the escaped quotes are unescaped when parsing...

NOTE: Originally filed at bitbucket on 2013-01-09 by an anonymous user.

thoward avatar Feb 19 '14 23:02 thoward

This limitation is documented here: https://github.com/thoward/lucene-query-parser.js/wiki#wiki-escaping-special-characters

Would be great for someone to fix that!

thoward avatar Feb 22 '14 23:02 thoward