Skip to content

Commit 826b6a3

Browse files
author
Vishal Kumar Singh
committed
docs: add _ieq and _nieq filter operators
1 parent bf323db commit 826b6a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/guides/04.connect/2.filter-rules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Filters are used in permissions, validations, and automations, as well as throug
1111
| ---------------------------------- | --------------------------------------- |
1212
| `_eq` <sup>[1]</sup> | Equals |
1313
| `_neq` <sup>[1]</sup> | Doesn't equal |
14+
| `_ieq` | Equals (case-insensitive) |
15+
| `_nieq` | Doesn't equal (case-insensitive) |
1416
| `_lt` | Less than |
1517
| `_lte` | Less than or equal to |
1618
| `_gt` | Greater than |

0 commit comments

Comments
 (0)