I have configured SearchProvider
to show suggestions for 3 fields in SearchBox
, but it can be quit difficult for user to understand meaning of these suggestions without some sort of "label". It would be very nice if I could display field name in addition to suggested value in suggestion dropdown.
For instance: <suggestion> (<fieldname>)
But I cant see that Query Suggestion API provides such metadata in response. Any tip on how to solve this?