You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/snap-controller/src/Search/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,11 @@ The `SearchController` is used when making queries to the API `search` endpoint.
15
15
| settings.facets.trim | facets that do not change results will be removed | true ||
16
16
| settings.facets.autoOpenActive | setting for "auto open" functionality for facets that are filtered (active), collapsed, and have no stored data | true ||
17
17
| settings.facets.fields | object keyed by individual facet fields for configuration of any settings.facets options | ➖ ||
18
+
| settings.filters.fields | object keyed by individual filter fields for configuration of any settings.filters options | ➖ ||
18
19
| settings.filters.hierarchy.enabled | boolean to enable/disable selected hierarchy facets from showing in the filters | false ||
19
20
| settings.filters.hierarchy.showFullPath | boolean to show the full hierarchy path in the filter | false ||
20
21
| settings.filters.hierarchy.displayDelimiter | string to adjust the delimiter between each level of the full hierarchy path | ' / ' ||
22
+
| settings.filters.rangeFormatValue | setting to re-format the value of a range filter using sprintf | false ||
21
23
| settings.history.max | how many search terms should be kept in the history store | 25 ||
22
24
| settings.history.url | allows for adjust the root URL for history store terms (default is relative URLs) | ➖ ||
23
25
| settings.pagination.pageSizeOptions | setting to change the page size options available | ➖ ||
0 commit comments