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
- Advanced filtering with dynamic availability updates
15
-
- Hybrid filtering mode (`hybrid`): advanced-style narrowing for **make** and other facets, while **body type**options stay available for multi-select
15
+
- Hybrid filtering mode (`hybrid` + `wt-cmsfilter-hybrid-categories`): like advanced, but listed categories keep sibling checkbox options for multi-select; other facets narrow from the current result set
16
16
- Pagination support with auto-loading across pages
17
17
- Dynamic sorting (numeric, date, alphabetical)
18
18
- Active filter tags with individual removal
@@ -213,6 +213,27 @@ Add the script to your Webflow project and include the required attributes on yo
213
213
</form>
214
214
```
215
215
216
+
### Hybrid mode (advanced + multi-select on chosen facets)
217
+
218
+
Use **`hybrid`** instead of **`advanced`** on the form, and set **`wt-cmsfilter-hybrid-categories`** to a comma-separated list of `wt-cmsfilter-category` values that should **not** hide sibling options when you select one value (e.g. body type so users can pick SUV and Minivan at once). **Omit**`wt-cmsfilter-hybrid-categories` or leave it **empty** if every facet should narrow like **`advanced`**. List items need matching `data-*` fields for each category you name.
0 commit comments