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

Added new nfinset search condition #3741

Merged
merged 3 commits into from
Feb 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions guides/v2.2/rest/performing-searches.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Condition | Notes
`lteq` | Less than or equal
`moreq` | More or equal
`neq` | Not equal
`nfinset` | A value that is not within a set of values
`nin` | Not in. The `value` can contain a comma-separated list of values.
`notnull` | Not null
`null` | Null
Expand Down
1 change: 1 addition & 0 deletions guides/v2.3/rest/performing-searches.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Condition | Notes
`lteq` | Less than or equal
`moreq` | More or equal
`neq` | Not equal
`nfinset` | A value that is not within a set of values
`nin` | Not in. The `value` can contain a comma-separated list of values.
`notnull` | Not null
`null` | Null
Expand Down