Autocomplete suggestions with multiple sections and titles

I am trying to add section titles in autocomplete suggestions. I am using search ui project and I was able to add 1 title but I am having problems adding multiple section titles.

For instance a document in my search index has 3 properties that I want to display in autocomplete suggestions. Name, Category, Keyword ... each having its own section and title and not mixing the suggestions.

I feel like this article had me on the right path but I am not sure where to go without ripping apart the connector which I am trying to avoid.

https://github.com/elastic/search-ui/blob/master/ADVANCED.md#example-using-multiple-types-of-autocomplete-suggestions

I am getting an error after adding a second and third type under search provider component config and corresponding types and titles in the searchbox component

I appreciate any suggestions.

Thanks,
Joe

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.