removed filteroperator
This commit is contained in:
@@ -43,9 +43,6 @@ enum FilterOperator {
|
|||||||
/// Matches values that exist/don't exist based on the specified boolean value.
|
/// Matches values that exist/don't exist based on the specified boolean value.
|
||||||
exists,
|
exists,
|
||||||
|
|
||||||
/// Matches values that don't exist.
|
|
||||||
notExists,
|
|
||||||
|
|
||||||
/// Matches all the values specified in an array.
|
/// Matches all the values specified in an array.
|
||||||
and,
|
and,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user