lucene-query-parser.js
lucene-query-parser.js copied to clipboard
escaped quotes issue
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!