Update packages/stream_chat/lib/src/core/models/filter.dart
Co-authored-by: Salvatore Giordano <[email protected]>
This commit is contained in:
co-authored by
Salvatore Giordano
parent
8fd25028d3
commit
0f9a6c21ac
@@ -40,7 +40,7 @@ enum FilterOperator {
|
|||||||
/// Matches values with the specified prefix.
|
/// Matches values with the specified prefix.
|
||||||
autoComplete,
|
autoComplete,
|
||||||
|
|
||||||
/// Matches values that exist.
|
/// Matches values that exist/don't exist based on the specified boolean value.
|
||||||
exists,
|
exists,
|
||||||
|
|
||||||
/// Matches values that don't exist.
|
/// Matches values that don't exist.
|
||||||
|
|||||||
Reference in New Issue
Block a user