File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
doc/_admin-guide/080_Log/030_Filters Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,13 @@ Note that:
103103
104104The following operators are available:
105105
106- | Numerical operator | String operator | Meaning|
107- | --------------------| -----------------| ----------------------|
108- | == | eq | Equals|
109- | != | ne | Not equal to|
110- | \> | gt | Greater than|
111- | \< | lt | Less than|
112- | \> = | ge | Greater than or equal|
113- | =\< | le | Less than or equal|
106+ | Numerical Operator | String Operator | Meaning |
107+ | --------------------| -----------------| ----------------------------------|
108+ | == | eq | Equals |
109+ | === | | Equals and same type |
110+ | != | ne | Not equal to |
111+ | !== | | Not equal to and same type |
112+ | > | gt | Greater than |
113+ | < | lt | Less than |
114+ | >= | ge | Greater than or equal to |
115+ | <= | le | Less than or equal to |
You can’t perform that action at this time.
0 commit comments