diff --git a/docs/src/user-guide/reference-json-search-syntax.md b/docs/src/user-guide/reference-json-search-syntax.md index 648c07d7c..1de8ae3b7 100644 --- a/docs/src/user-guide/reference-json-search-syntax.md +++ b/docs/src/user-guide/reference-json-search-syntax.md @@ -42,7 +42,7 @@ be interpreted as _exact_ searches unless they include [wildcards](#wildcards-in :::{note} Certain characters have special meanings when used in keys or values, so to search for the characters literally, you must escape them. For a list of such characters, see -[Escaping special characters](#escaping-special-characters). +[Characters that require escaping](#characters-that-require-escaping). ::: ### Querying nested kv-pairs @@ -192,6 +192,8 @@ characters using a `\` (backslash): * `{` * `}` +### Supported escape sequences + Keys and values can also represent unicode codepoints using the `\uXXXX` escape sequence, where each `X` is a hexadecimal character.