Facets (auto-completion)
Description
Defines configuration options for faceted auto-completion.
| this is an experimental feature and should be used with caution. | 
Examples
Display maximum 10 category values only from 'Keywords' facet
facets: {
    whitelist: ['Keywords'],
    show: 10,
    url: '',
}