ID:BUG-010Status:fixed
An unresolvable data where value silently matches every row
{% data %} resolves where through resolveString, which handles string literals and Variable nodes. Anything else — a Function node, most obviously — returns the empty string, and applyWhere treats an empty expression as no filter. So a where the rune cannot understand renders the entire source instead of erroring.
Severity:majorMilestone:v0.33.0