algoliasearch-client-go icon indicating copy to clipboard operation
algoliasearch-client-go copied to clipboard

fix(suggestions) Fix to use struct for fecets in query suggestions config

Open k-yomo opened this issue 2 years ago • 0 comments

Q A
Bug fix? no
New feature? no
BC breaks? yes
Related Issue
Need Doc update no

Describe your change

Fix to use struct for fecets in query suggestions config for better API interface.

What problem is this fixing?

It's not clear for developers what they need to set if we use map[string]interface{}.

k-yomo avatar Oct 20 '21 17:10 k-yomo