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
Elasticsearch completion suggesters support regex queries:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html#regex
Would it be possible to support that?
For now I'd have to modify the existing query dict to replace the "text" key with the "regex" key inside the suggest viewset method.
suggest
Thanks.
The text was updated successfully, but these errors were encountered:
I also opened up an issue here: elastic/elasticsearch-dsl-py#1650
Since without it this can not be easily supported.
Sorry, something went wrong.
No branches or pull requests
Elasticsearch completion suggesters support regex queries:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html#regex
Would it be possible to support that?
For now I'd have to modify the existing query dict to replace the "text" key with the "regex" key inside the
suggest
viewset method.Thanks.
The text was updated successfully, but these errors were encountered: