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