We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@halvorboe added phrase queries with slop #1241 . This feature is interesting quickwit users. We want to expose it through the query parser.
Tilde should be used to define the slop. `"foo bar"~4
The text was updated successfully, but these errors were encountered:
add support for mathing distance in phrase query
aa8fa75
closes quickwit-oss#1390
0c04f86
1ec8212
Add support for phrase slop in query language (#1393)
437cd35
Closes #1390
Successfully merging a pull request may close this issue.
@halvorboe added phrase queries with slop #1241 . This feature is interesting quickwit users. We want to expose it through the query parser.
Tilde should be used to define the slop.
`"foo bar"~4
The text was updated successfully, but these errors were encountered: