Update docusaurus/docs/Flutter/guides/understanding_filters.mdx

Co-authored-by: Gordon Hayes <[email protected]>
This commit is contained in:
Deven Joshi
2021-08-12 18:56:58 +05:30
committed by GitHub
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')