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
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you.
[ ] elastic.v7 (for Elasticsearch 7.x)
The context field in the structure SearchSuggestionOption(in search.go) should change to be highlight,
Otherwise, the highlight field in es search results cannot be assigned in struct SearchSuggestionOption
the highlight field in es search results cannot be assigned to context field in struct SearchSuggestionOption
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please use the following questions as a guideline to help me answer
your issue/question without further inquiry. Thank you.
Which version of Elastic are you using?
[ ] elastic.v7 (for Elasticsearch 7.x)
Please describe the expected behavior
The context field in the structure SearchSuggestionOption(in search.go) should change to be highlight,
Otherwise, the highlight field in es search results cannot be assigned in struct SearchSuggestionOption
Please describe the actual behavior
the highlight field in es search results cannot be assigned to context field in struct SearchSuggestionOption
Any steps to reproduce the behavior?
The context field in the structure SearchSuggestionOption(in search.go) should change to be highlight,
The text was updated successfully, but these errors were encountered: