-
Notifications
You must be signed in to change notification settings - Fork 46
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
400 status code / invalid query when using the "
character
#131
Comments
Hello! Sorry for the long response, I didn't see the notification :) The issue is because your query is expecting a closing |
Hi @ChillFish8! Thanks for the response. To clarify, does that mean there is no way to match text with quotes? I'm asking because I have many texts where |
I guess I should open an issue requesting the ability to escape quotes in the tantivy repo? |
So technically you could support it in the parser, but it won't behave how you expect it to. Under the hood words like that will be split up so say I had |
If you're looking for a specific word and don't want that behaviour you'd need to use the |
Hitting the
indexes/{index}/search
endpoint with a query with a"
character inside:results in the response
Maybe there's a decoding bug on my end? If so, it may the HTTP library I'm using. I'm using the docker image.
The text was updated successfully, but these errors were encountered: