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.
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?