Home > doofinder > SearchParams

SearchParams interface

Set of params that are dumped from a Query.

Signature:

export interface SearchParams extends QueryParamsBase 

Properties

Property Type Description
auto_filters boolean Enable/Disable auto filters feature in search. Default: false
custom_results boolean Enable/Disable custom_results feature in search. Default: true
grouping boolean Enable/Disable the grouping of variants as single items. If not given, it’s taken from the configuration set in the admin.
skip_auto_filters string[] A list of fields to be skipped from auto_filters feature.
skip_top_facet string[] A list of fields to be skipped from top_facet feature.
title_facet boolean Enable/Disable title_facet feature. Default: false
top_facet boolean Enable/Disable top_facet feature. Default: false