You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this escaping apply to the document _id, or only to property names/values inside the JSON body? This determines whether the note stays scoped to the "Value" subsection or needs to touch the "Key" section too.
Does escaping apply to property names (JSON keys) as well as values, or values only? The wording "property name or value" in my draft is only correct if this is confirmed either way.
Is <, >, & the complete list, or are other characters (", \, non-ASCII) also escaped? If the list is incomplete, the docs teach readers to expect a subset of what actually happens.
When a client reads the document back, does Sync Gateway return it still escaped, or does it unescape automatically before returning? This decides whether the "use a JSON deserializer or match the escaped form" guidance is accurate or backwards.
Does this escaping apply identically across all three write paths (Couchbase Lite SDKs, Sync Gateway REST APIs, Couchbase Server SDKs with shared bucket access), or are there exceptions per path? I reused this list from Property Naming without confirmation it holds here too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs Issue: DOC-13337
PR to add special characters to SGW data modelling page
Preview URL:
https://preview.docs-test.couchbase.com/docs-sync-gateway-DOC-13337-add-special-characters-data-modelling
You will need the Docs Team credentials on Confluence.