-
-
Notifications
You must be signed in to change notification settings - Fork 754
Parse error when contains "(" #2631
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
Comments
@trinity-1686a can you help for this issue? It doesn't work even though I have done the escaping processing for ‘(’ |
is the space after beware depending on the tokenizer you use, queries with non-word chars might not yield the results you expect |
@trinity-1686a thanks to you help. I test |
what version of tantivy are you running? By bissecting, it seems this if fixed in 455156f , which is present in the v0.24 series |
I work in v0.22, I will have a try for v0.24. |
Hi @trinity-1686a , I found another performance issue about the special char. The query |
Describe the bug
when the term query contains "(" or ")" the query parser will fail, like:
content :y+(y+25)
How to support this case with "(" in the match string.
The text was updated successfully, but these errors were encountered: