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
It seems the current implementation is not behaving as expected.
Steps to reproduce:
/_suggest/?text=Mort&size=6
{ "sgg": [ { "text": "Mort", "length": 4, "options": [], "offset": 0 } ], }
I would expect "mortgage" as one example
The text was updated successfully, but these errors were encountered:
cfpb/ccdb-data-pipeline#12 #24
These two PRs should fix the issue.
Sorry, something went wrong.
Issue #1142 #20 fixing datetime aggregations, api change for ES7
5f75184
187ade4
amymok
No branches or pull requests
It seems the current implementation is not behaving as expected.
Steps to reproduce:
/_suggest/?text=Mort&size=6
I would expect "mortgage" as one example
The text was updated successfully, but these errors were encountered: