Skip to content

Commit 9eeafdd

Browse files
authored
Update README.md
fixed some issues
1 parent 4822872 commit 9eeafdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/instant-meilisearch/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -816,9 +816,9 @@ The `refinementList` widget is one of the most common widgets you can find in a
816816
- ✅ limit: How many facet values to retrieve.
817817
- ✅ showMore: Whether to display a button that expands the number of items.
818818
- ✅ 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`.
822822
- ❌ searchableEscapeFacetValues: When true, escapes the facet values.
823823
- ❌ sortBy: Not supported but can be implemented manually using `transformItems` options.
824824
- ✅ transformItems: A function to transform the items passed to the templates.

0 commit comments

Comments
 (0)