diff --git a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx index 470b1004..79bbaeb5 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -279,7 +279,8 @@ Use these explicit parameters in the query parameters instead of the option keys * client.queryUsers() options param is removed in favor of individual params * option.presence -> bool presence -5) We added type safe filters to make filtering in the app easier. +5) We added type safe filters to make filtering in the app easier. Change over the filters to the +new implementation. As an example, in the old app this filter: