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

Co-authored-by: Gordon Hayes <funwithflutter@gmail.com>
This commit is contained in:
Deven Joshi
2021-08-12 18:57:04 +05:30
committed by GitHub
parent 977a6fdc7d
commit 1c846b4da7
@@ -93,7 +93,7 @@ Filter.query('name', 'demo')
#### Filter.autoComplete
Matches values with the specified prefix.
The 'autoComplete' filter matches values with the specified prefix.
```dart
Filter.autoComplete('name', 'demo')