Skip to content

Facets - show (auto-completion)

Description

Maximum number of category values to display in dropdown menu per facet.

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

Default value

Display 2 category values from every facet

facets: {
    show: 2,
}

Examples

Display all category values from only "Author" facet

facets: {
    whitelist: ['Author'],
    show: 100,
}

See also

top

Funnelback logo
v15.24.0