4.7.0 on July 9, 2026
This release adds type-to-search with paginated results to choice-based filters, lets filters compare one field against another, and fixes the "has ALL of" operator on multi-value fields.
✨ Improved
- Advanced filters can now be configured directly on the new View screen, before the View is saved.
- Enhanced conditional logic:
- Choice-based filters now offer a searchable dropdown whose results page in as you scroll, so fields with large option lists stay fast and usable instead of trying to render every choice at once. This covers the standard choice fields (Drop Down, Checkbox, Radio, Multi Select) as well as Dynamic Lookup and Populate Anything fields, which draw their options from large external data sets.
- Now uses a fully keyboard-accessible value picker;
- New "has NONE of" operator for multi-value filters;
- New keyboard-accessible Date Picker.
- Use a field merge tag (e.g.
{Threshold:2}) as a filter value to compare two fields of an entry instead of a static value. - Compare against a field on a joined form (Multiple Forms) with a
form:modifier, e.g.{Reorder threshold:1:form:123}.
🐛 Fixed
- The "has ALL of" operator on Checkbox and other multi-value fields matched every entry instead of only those containing all the selected values.