Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Jan 8, 2025
1 parent befcb42 commit 84a1403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/user-guide/reference-json-search-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 84a1403

Please sign in to comment.