Skip to content
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

Regular Expression Queries #2355

Closed
inzanez opened this issue Apr 11, 2024 · 1 comment
Closed

Regular Expression Queries #2355

inzanez opened this issue Apr 11, 2024 · 1 comment

Comments

@inzanez
Copy link

inzanez commented Apr 11, 2024

Hi

is it possible that RegexQuery does not support whitespaces? I was investigating how I would handle search for things like

  • "term1* AND (term2 OR term3 OR term4)"
  • term1* AND (term2* OR term3)

All in all it seems that I cannot simply convert that into a regular expression query,...so I would need to create a regular expression query and combine that with other queries,...

But even if I combine queries that way,...how would I search for something like this?
"term1* term2" AND (term3)

@fulmicoton
Copy link
Collaborator

This is not supported no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants