The grid (core) ยท console.warn
unknown filter operator "{op}"; the condition passes every row
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › op:*
- Identifier
op:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The filter kernel was given an operator it does not implement. The condition is compiled to a predicate that admits every row, so the filter has no effect - it does not hide anything, and it does not hide everything.
The fix
Use one of the documented operators. A condition built by hand, or restored from an older saved view, is the usual source.
Reference
Covered in full at the API reference.