Update docusaurus/docs/Flutter/guides/understanding_filters.mdx
Co-authored-by: Gordon Hayes <[email protected]>
This commit is contained in:
co-authored by
Gordon Hayes
parent
ff4baabcad
commit
977a6fdc7d
@@ -85,7 +85,7 @@ Filter.notIn('members', [user.id])
|
||||
|
||||
#### Filter.query
|
||||
|
||||
Matches values by performing text search with the specified value.
|
||||
The 'query' filter matches values by performing text search with the specified value.
|
||||
|
||||
```dart
|
||||
Filter.query('name', 'demo')
|
||||
|
||||
Reference in New Issue
Block a user