thoward/lucene-query-parser.js

escaped quotes issue

Opened this issue · 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.

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!