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

Regexp Operator Support #31

Open
paulo-serrao opened this issue Aug 30, 2018 · 2 comments
Open

Regexp Operator Support #31

paulo-serrao opened this issue Aug 30, 2018 · 2 comments
Milestone

Comments

@paulo-serrao
Copy link

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

@alexgarel
Copy link
Member

Yes, this is in the todo list.

PR with tests are always welcome ;-)

But I may get a look on this in september/october.

@alexgarel alexgarel added this to the 1.0 milestone Oct 25, 2018
@alexgarel
Copy link
Member

#52 add it in the parsing tree.

What remains to do is adding support in the query transformer to ES.

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

No branches or pull requests

2 participants