-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
escaped quotes issue #1
Comments
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
added a commit
that referenced
this issue
Sep 25, 2017
lojjic
added a commit
to lojjic/lucene-query-parser.js
that referenced
this issue
Dec 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: