lucene-query-parser.js
lucene-query-parser.js copied to clipboard
Handle escaped quotes within quoted terms
Fixes issue #1
Escaped quotes within a quoted term no longer cause a parse error. The resulting term's value contains the inner quotes unescaped. Promoted the preexisting pending unit test, with some tweaks.
Will this get merged at some point?