algolia / instantsearch-android

A library of widgets and helpers to build instant-search applications on Android.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/android/
Apache License 2.0
155 stars 28 forks source link

feat(DynamicFacetList): add default selection & faceting parameters #379

Closed aallam closed 1 year ago

aallam commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Related Issue n/a
Need Doc update yes

Describe your change

Add defaultSelectionMode and defaultFilterOperator parameters to DynamicFacetList components to customize their default behaviour. It will replace the hardcoded single selection, and filter group type.