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
Currently, there is no way to access suggestions returned from the server. This is a huge feature of Elasticsearch and shouldn't be ignored.
There are multiple approaches possible:
$query->suggestions($conditions)
Collection
For now, I'll implement variant 3 as it's the easiest. With the next major release, we'll probably adopt a more sophisticated approach.
The text was updated successfully, but these errors were encountered:
6c23f74
Radiergummi
No branches or pull requests
Currently, there is no way to access suggestions returned from the server. This is a huge feature of Elasticsearch and shouldn't be ignored.
There are multiple approaches possible:
$query->suggestions($conditions)
which returns a special suggestion collection.Collection
class to use dynamic response properties.For now, I'll implement variant 3 as it's the easiest. With the next major release, we'll probably adopt a more sophisticated approach.
The text was updated successfully, but these errors were encountered: