Skip to content

Facets (auto-completion)

Description

Defines configuration options for faceted auto-completion.

Note: this is an experimental feature and should be used with caution.

Default value

facets: {
    blacklist: [],
    whitelist: [],
    show: 2,
    url: null,
}

Examples

Display maximum 10 category values only from 'Keywords' facet

facets: {
    whitelist: ['Keywords'],
    show: 10,
    url: '',
}

Dataset settings

See also

top

Funnelback logo
v15.24.0