File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
playgrounds/geo-javascript/src Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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". For the moment it only works with "AND"
587+ - ✅ operator: How to apply facets, ` and ` or ` or ` ( ` and ` is the default value).
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.
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ body {
2929 overflow : hidden;
3030 margin : 0 auto;
3131}
32-
32+ .ais-InfiniteHits-item {
33+ margin-bottom : 1em ;
34+ width : calc (50% - 1rem );
35+ }
3336.ais-Hits-item {
3437 margin-bottom : 1em ;
3538 width : calc (50% - 1rem );
You can’t perform that action at this time.
0 commit comments