-
-
Notifications
You must be signed in to change notification settings - Fork 699
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
Got "Query is invalid. SyntaxError" when build json examples. #1348
Comments
Tested with master branch: Compiling tantivy v0.17.0 (https://github.com/quickwit-oss/tantivy#ae83fc82) has no issue. |
Confirmed. |
It looks like "query-grammar" crate has not been bumped when releasing the last version (0.17). |
It should be fixed on |
Awesome thank you @saroh |
@fulmicoton This can be closed, it works on |
Describe the bug
Build json examples: https://github.com/quickwit-oss/tantivy/blob/main/examples/json_field.rs
Got
Error: InvalidArgument("Query is invalid. SyntaxError")
Parse the query correctly and get result.
Which version of tantivy are you using?
If "master", ideally give the specific sha1 revision.
tantivy v0.17.0
To Reproduce
cargo new tantivy-examples
cd tantivy-examples
If your bug is deterministic, can you give a minimal reproducing code?
Some bugs are not deterministic. Can you describe with precision in which context it happened?
If this is possible, can you share your code?
The text was updated successfully, but these errors were encountered: