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
Any plans to add support for the regexp search operator ("/")?
Example from ElasticSearch documentation: name: /joh?n(ath[oa]n)/
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/query-dsl-query-string-query.html#_regular_expressions
The text was updated successfully, but these errors were encountered:
Yes, this is in the todo list.
PR with tests are always welcome ;-)
But I may get a look on this in september/october.
Sorry, something went wrong.
#52 add it in the parsing tree.
What remains to do is adding support in the query transformer to ES.
No branches or pull requests
Any plans to add support for the regexp search operator ("/")?
Example from ElasticSearch documentation:
name: /joh?n(ath[oa]n)/
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/query-dsl-query-string-query.html#_regular_expressions
The text was updated successfully, but these errors were encountered: