Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 13:34 UTC
Updated:
23 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
The Entity Query node supports custom conditions that allow filtering entities by any field with configurable operators. This enables complex queries that go beyond the built-in filters.
Each condition is an object with:
field: The field name to filter onvalue: The value to compare againstoperator: Comparison operator (defaults to "=")=: Equals<>: Not equals>: Greater than>=: Greater than or equal<: Less than<=: Less than or equalIN: Value in arrayNOT IN: Value not in arrayCONTAINS: String containsSTARTS_WITH: String starts withENDS_WITH: String ends with
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented