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
1186: Changes related to the next Meilisearch release (v1.3.0) r=bidoubiwa a=meili-bot
Related to this issue: meilisearch/integration-guides#280
This PR:
- gathers the changes related to the next Meilisearch release (v1.3.0) so that this package is ready when the official release is out.
- should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases).
- might eventually contain test failures until the Meilisearch v1.3.0 is out.
⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.3.0) is out.
_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._
Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
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