Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-36150): Add callout about ignoring collation #668

Merged
merged 3 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/includes/important-sync-ignores-custom-collation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. important:: Flexible Sync Ignores Custom Collation

Flexible Sync ignores any custom :ref:`collation` that you may have configured on
a MongoDB collection in Atlas. Instead, Synced collections always use
``{locale: "simple"}`` when evaluating Sync subscriptions or permissions.
9 changes: 9 additions & 0 deletions source/rules/sync-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Device Sync-Compatible Permissions
==================================

.. meta::
:description: Device Sync has special considerations when using the permissions system.

.. facet::
:name: genre
:values: reference

.. contents:: On this page
:local:
:backlinks: none
Expand All @@ -16,6 +23,8 @@ considerations when using the permissions system.
For a guide to setting up Flexible Sync with common permissions models, see the
:ref:`flexible-sync-permissions-guide`.

.. include:: /includes/important-sync-ignores-custom-collation.rst

.. _sync-compatible-roles:

Sync-Compatible Roles
Expand Down
9 changes: 9 additions & 0 deletions source/sync/get-started.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Get Started with Atlas Device Sync
==================================

.. meta::
:description: Learn how to get started with Atlas Device Sync in this high-level overview.

.. facet::
:name: genre
:values: reference

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -176,3 +183,5 @@ To create queries from your client application, refer to the Realm SDK documenta
- :ref:`Flexible Sync - Node.js SDK <node-flexible-sync>`
- :ref:`Flexible Sync - React Native SDK <react-native-flexible-sync>`
- :ref:`Flexible Sync - Swift SDK <ios-flexible-sync>`

.. include:: /includes/important-sync-ignores-custom-collation.rst
Loading