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/instant-meilisearch/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -816,9 +816,9 @@ The `refinementList` widget is one of the most common widgets you can find in a
816
816
- ✅ limit: How many facet values to retrieve.
817
817
- ✅ showMore: Whether to display a button that expands the number of items.
818
818
- ✅ showMoreLimit: The maximum number of displayed items. Does not work when showMoreLimit > limit.
819
-
- ✅ searchable: Whether to add a search input to let the user search for more facet values. Not supported by Meilisearch. If you'd like to see it implemented [please vote](https://roadmap.meilisearch.com/c/64-search-for-facet-values?utm_medium=social&utm_source=portal_share).
820
-
-✅ searchablePlaceholder: The value of the search input’s placeholder. Not supported, see `searchable`.
821
-
-✅ searchableIsAlwaysActive: When false, disables the facet search input. Not supported, see `searchable`.
819
+
- ✅ searchable: Whether to add a search input to let the user search for more facet values. [added in 1.3](https://www.meilisearch.com/blog/v1-3-release).
820
+
-❌ searchablePlaceholder: The value of the search input’s placeholder. Not supported, see `searchable`.
821
+
-❌ searchableIsAlwaysActive: When false, disables the facet search input. Not supported, see `searchable`.
822
822
- ❌ searchableEscapeFacetValues: When true, escapes the facet values.
823
823
- ❌ sortBy: Not supported but can be implemented manually using `transformItems` options.
824
824
- ✅ transformItems: A function to transform the items passed to the templates.
0 commit comments