Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7104ba8

Browse files
authored
Merge pull request #3741 from ronak2ram/add-new-fn
Added new nfinset search condition
2 parents ecc7195 + d5b4f6c commit 7104ba8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

guides/v2.2/rest/performing-searches.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Condition | Notes
3333
`lteq` | Less than or equal
3434
`moreq` | More or equal
3535
`neq` | Not equal
36+
`nfinset` | A value that is not within a set of values
3637
`nin` | Not in. The `value` can contain a comma-separated list of values.
3738
`notnull` | Not null
3839
`null` | Null

guides/v2.3/rest/performing-searches.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Condition | Notes
3333
`lteq` | Less than or equal
3434
`moreq` | More or equal
3535
`neq` | Not equal
36+
`nfinset` | A value that is not within a set of values
3637
`nin` | Not in. The `value` can contain a comma-separated list of values.
3738
`notnull` | Not null
3839
`null` | Null

0 commit comments

Comments
 (0)