-
Couldn't load subscription status.
- Fork 491
feat: Support regex in user input queries #5874
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
feat: Support regex in user input queries #5874
Conversation
4de61f3 to
0c33b68
Compare
| @@ -1,72 +1,72 @@ | |||
| [workspace] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the reformatting of this file from this PR. This is too noisy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
df60851 to
522a428
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your PR looks good, but it conflicts with current main. Can you update it so we can get it merged?
522a428 to
d293f36
Compare
Thank you for the review, I just rebased my PR :) |
d293f36 to
f718dd8
Compare
Head branch was pushed to by a user without write access
f718dd8 to
5f58403
Compare
|
Thanks, @Darkheir! |
Description
Update tantivy to add support for regexes inside user input queries.
How was this PR tested?
Added a unit test