algoliasearch-client-go
algoliasearch-client-go copied to clipboard
fix(suggestions) Fix to use struct for fecets in query suggestions config
| 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{}.