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

[FEATURE] Add the Suggest field containing the output from the did-you-mean suggester in the SearchResp #601

Closed
zr-bennettm opened this issue Aug 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@zr-bennettm
Copy link
Contributor

Is your feature request related to a problem?

Calling the Search function with a term suggester query as shown here in the documentation does not return suggestions. This is because the SearchResp struct does not contain the Suggest field that should contain the suggestions for the misspelt tokens.

What solution would you like?

Adding the Suggest field to the SearchResp struct

What alternatives have you considered?

Do you have any additional context?

@dblock
Copy link
Member

dblock commented Sep 9, 2024

I believe #602 implemented this fully, closing, LMK if otherwise @zr-bennettm.

@dblock dblock closed this as completed Sep 9, 2024
@zr-bennettm
Copy link
Contributor Author

@dblock that's correct, thanks for closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants