From 1cbe38acf37cec3e70e38573766654ca30b914e9 Mon Sep 17 00:00:00 2001 From: cvermand <33010418+bidoubiwa@users.noreply.github.com> Date: Thu, 25 Nov 2021 20:40:30 +0100 Subject: [PATCH] Add compatibility with `or` operator on refinmentlist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccfe2917..2d5c70d9 100644 --- a/README.md +++ b/README.md @@ -584,7 +584,7 @@ The `refinementList` widget is one of the most common widgets you can find in a - ✅ container: The CSS Selector or HTMLElement to insert the refinements. _required_ - ✅ attribute: The facet to display _required_ -- ❌ operator: How to apply facets, "AND" or "OR". For the moment it only works with "AND" +- ✅ operator: How to apply facets, `and` or `or` (`and` is the default value). - ✅ limit: How many facet values to retrieve. - ✅ showMore: Whether to display a button that expands the number of items. - ✅ showMoreLimit: The maximum number of displayed items. Does not work when showMoreLimit > limit.