Skip to content

Commit f1522bd

Browse files
authored
Fix compatibility with refinementList condition (#601)
1 parent 61730d0 commit f1522bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ The `refinementList` widget is one of the most common widgets you can find in a
584584

585585
- ✅ container: The CSS Selector or HTMLElement to insert the refinements. _required_
586586
- ✅ attribute: The facet to display _required_
587-
- operator: How to apply facets, "AND" or "OR"
587+
- operator: How to apply facets, "AND" or "OR". For the moment it only works with "AND"
588588
- ✅ limit: How many facet values to retrieve.
589589
- ✅ showMore: Whether to display a button that expands the number of items.
590590
- ✅ showMoreLimit: The maximum number of displayed items. Does not work when showMoreLimit > limit.

0 commit comments

Comments
 (0)