- FEATURE: limit the number of field values. This limit can be configured in the datasource settings. See #543.
- FEATURE: add "Ad-hoc filters to root query" checkbox to Query Editor options. When enabled, ad-hoc filters are applied directly to the root query expression instead of using the
extra_filtersparameter, preventing filter propagation into subqueries (join, union, etc.). See #511.