From 9193f1b7d8c066d2294b096d7226b9a00a49b35b Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Fri, 2 Aug 2024 11:17:20 -0400 Subject: [PATCH] removed extras --- source/sdk/cpp/sync.txt | 2 +- source/sdk/dotnet/sync.txt | 2 -- source/sdk/flutter/sync.txt | 2 -- source/sdk/java/sync.txt | 2 -- source/sdk/kotlin/sync/add-sync-to-app.txt | 2 -- source/sdk/node/sync.txt | 2 -- source/sdk/react-native/sync-data.txt | 2 -- 7 files changed, 1 insertion(+), 13 deletions(-) diff --git a/source/sdk/cpp/sync.txt b/source/sdk/cpp/sync.txt index 5a3633a4bf..d63a0d3112 100644 --- a/source/sdk/cpp/sync.txt +++ b/source/sdk/cpp/sync.txt @@ -43,7 +43,7 @@ When you select :ref:`Flexible Sync ` for your backend App configuration, your client implementation must include subscriptions to queries on :ref:`queryable fields `. Flexible Sync works by synchronizing data that matches query subscriptions you maintain in the -client application. +client application. A subscription set contains a set of queries. Flexible Sync returns documents matching those queries, where the user has the appropriate diff --git a/source/sdk/dotnet/sync.txt b/source/sdk/dotnet/sync.txt index 70e5720197..68b85f483b 100644 --- a/source/sdk/dotnet/sync.txt +++ b/source/sdk/dotnet/sync.txt @@ -35,8 +35,6 @@ queries on :ref:`queryable fields `. Flexible Sync works by synchronizing data that matches query subscriptions you maintain in the client application. -.. include:: /includes/warning-device-sync-query-size-limit.rst - A subscription set contains a set of queries. Realm Flexible Sync returns documents matching those queries, where the user has the appropriate :ref:`permissions ` to read and/or diff --git a/source/sdk/flutter/sync.txt b/source/sdk/flutter/sync.txt index bd532656f6..074ce39a40 100644 --- a/source/sdk/flutter/sync.txt +++ b/source/sdk/flutter/sync.txt @@ -86,8 +86,6 @@ write the documents. If documents match the query, but the client does not have the permission to read or write them, they do not sync to the client application. -.. include:: /includes/warning-device-sync-query-size-limit.rst - You can form Flexible Sync queries using a limited subset of :ref:`Realm Query Language `. To learn more about which fields you can query, refer to the :ref:`Queryable Fields documentation `. diff --git a/source/sdk/java/sync.txt b/source/sdk/java/sync.txt index 8f725ba6ed..6e220e0d8d 100644 --- a/source/sdk/java/sync.txt +++ b/source/sdk/java/sync.txt @@ -56,8 +56,6 @@ the client application. You can form queries using :ref:`Realm Query Language `. -.. include:: /includes/note-unsupported-flex-sync-rql-operators.rst - Subscription sets are based on a specific type of :ref:`Realm object `. You might have multiple subscriptions if you have many types of Realm objects. diff --git a/source/sdk/kotlin/sync/add-sync-to-app.txt b/source/sdk/kotlin/sync/add-sync-to-app.txt index 12548f02b7..32b9df23b1 100644 --- a/source/sdk/kotlin/sync/add-sync-to-app.txt +++ b/source/sdk/kotlin/sync/add-sync-to-app.txt @@ -91,8 +91,6 @@ App Services only syncs objects that match the query. You can define multiple queries in your client app. You must define at least one query for each object type in your data model. -.. include:: /includes/warning-device-sync-query-size-limit.rst - App Services ensures that your client-side queries are consistent with your App Services schema through **queryable fields**. These are the fields from your data model that can be used in a subscription query. You diff --git a/source/sdk/node/sync.txt b/source/sdk/node/sync.txt index 3f4a8ceb3b..e0f0c10c2b 100644 --- a/source/sdk/node/sync.txt +++ b/source/sdk/node/sync.txt @@ -63,8 +63,6 @@ the client application. You can form queries using :ref:`Realm Query Language `. -.. include:: /includes/note-unsupported-flex-sync-rql-operators.rst - Subscription sets are based on a specific type of :ref:`Realm object `. You might have multiple subscriptions if you have many types of Realm objects. diff --git a/source/sdk/react-native/sync-data.txt b/source/sdk/react-native/sync-data.txt index 8896e560e8..b2f8608642 100644 --- a/source/sdk/react-native/sync-data.txt +++ b/source/sdk/react-native/sync-data.txt @@ -53,8 +53,6 @@ the client application. You can form queries using :ref:`Realm Query Language `. -.. include:: /includes/note-unsupported-flex-sync-rql-operators.rst - Subscription sets are based on a specific type of :ref:`Realm object `. You might have multiple subscriptions if you have many types of Realm objects.