mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 16:06:37 +00:00
add support to not in filters
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
This commit is contained in:
@@ -193,7 +193,8 @@ Currently, the default value for {orgs} is <b>noco</b>. Users will be able to ch
|
||||
| Operation | Meaning | Example |
|
||||
|---|---|---|
|
||||
| eq | equal | (colName,eq,colValue) |
|
||||
| not | not equal | (colName,not,colValue) |
|
||||
| neq | not equal | (colName,neq,colValue) |
|
||||
| not | not equal (alias of neq) | (colName,not,colValue) |
|
||||
| gt | greater than | (colName,gt,colValue) |
|
||||
| ge | greater or equal | (colName,ge,colValue) |
|
||||
| lt | less than | (colName,lt,colValue) |
|
||||
|
||||
Reference in New Issue
Block a user