mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-18 04:06:19 +00:00
feat: add ability to check for existence of a field
This commit is contained in:
@@ -33,6 +33,8 @@ export interface SCValueFilterArguments extends SCSearchAbstractFilterArguments
|
||||
|
||||
/**
|
||||
* Value to filter. One or more values has to match the field exactly.
|
||||
*
|
||||
* Leaving the value out will check if the field exists.
|
||||
*/
|
||||
value: string | string[];
|
||||
value?: string | string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user