diff --git a/docusaurus/android_versioned_docs/version-5.x.x/02-client/02-channels.mdx b/docusaurus/android_versioned_docs/version-5.x.x/02-client/02-channels.mdx index 23aa94f21..746f47a94 100644 --- a/docusaurus/android_versioned_docs/version-5.x.x/02-client/02-channels.mdx +++ b/docusaurus/android_versioned_docs/version-5.x.x/02-client/02-channels.mdx @@ -12,7 +12,7 @@ Channels are unique either by the specified channel id or by the list of members ## Querying Channel List -You can query channels based on built-in fields as well as any custom field you add to channels. Multiple filters can be combined using AND, OR logical operators, each filter can use its comparison (equality, inequality, greater than, greater or equal, etc.). You can find the complete list of supported operators in the [query syntax section](https://getstream.io/chat/docs/react/query_syntax/) of the docs. +You can query channels based on built-in fields as well as any custom field you add to channels. Multiple filters can be combined using AND, OR logical operators, each filter can use its comparison (equality, inequality, greater than, greater or equal, etc.). You can find the complete list of supported operators in the [query syntax section](https://getstream.io/chat/docs/android/query_syntax_operators/?language=kotlin) of the docs. As an example, let's say that you want to query the last conversations I participated in sorted by `last_message_at`.