Between-operator filters for date ranges
Live in demo 64-filter-between-operator.
When
"From / to" date range as one filter, not two.
How
Key API surface:
api.setFilter(id, { operator: 'between', value, valueTo })
See the demo source for the full implementation; this recipe pins the pattern + the surface so you can copy-paste it confidently. The doc page that explains the underlying feature in depth is linked from the recipes index.
See also
- Demo 64-filter-between-operator source
- Demo 64-filter-between-operator prompt sidecar - drop into an LLM context window
- Recipes index