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
Add compatibility with the `searchable` parameter of the [`RefinementList`](https://www.algolia.com/doc/api-reference/widgets/refinement-list/js/) widget
Copy file name to clipboardExpand all lines: packages/instant-meilisearch/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -707,11 +707,11 @@ The `refinementList` widget is one of the most common widgets you can find in a
707
707
- ✅ limit: How many facet values to retrieve.
708
708
- ✅ showMore: Whether to display a button that expands the number of items.
709
709
- ✅ showMoreLimit: The maximum number of displayed items. Does not work when showMoreLimit > limit.
710
-
-❌ 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).
711
-
-❌ searchablePlaceholder: The value of the search input’s placeholder. Not supported, see `searchable`.
712
-
-❌ searchableIsAlwaysActive: When false, disables the facet search input. Not supported, see `searchable`.
713
-
- ❌ searchableEscapeFacetValues: When true, escapes the facet values. Not supported, see `searchable`.
714
-
- ❌ sortBy: Not supported natively but can be implemented manually using `transformItems` options.
710
+
-✅ 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).
711
+
-✅ searchablePlaceholder: The value of the search input’s placeholder. Not supported, see `searchable`.
712
+
-✅ searchableIsAlwaysActive: When false, disables the facet search input. Not supported, see `searchable`.
713
+
- ❌ searchableEscapeFacetValues: When true, escapes the facet values.
714
+
- ❌ sortBy: Not supported but can be implemented manually using `transformItems` options.
715
715
- ✅ transformItems: A function to transform the items passed to the templates.
716
716
- ✅ templates: The templates to use for the widget.
0 commit comments