Creates a CategoryFieldSuggestions controller instance.
This controller initializes a category facet under the hood, but exposes state and methods that are relevant for suggesting field values based on a query.
It's important not to initialize a category facet with the same facetId but different options, because only the options of the controller which is built first will be taken into account.
Creates a
CategoryFieldSuggestions
controller instance.This controller initializes a category facet under the hood, but exposes state and methods that are relevant for suggesting field values based on a query. It's important not to initialize a category facet with the same
facetId
but different options, because only the options of the controller which is built first will be taken into account.