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

Handle escaped quotes within quoted terms

Open lojjic opened this issue 6 years ago • 1 comments

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.

lojjic avatar Dec 06 '18 22:12 lojjic

Will this get merged at some point?

schwemmer avatar Mar 17 '20 19:03 schwemmer