Skip to content

Commit

Permalink
Remove sentence about escaping AND OR NOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Dec 2, 2024
1 parent ee70056 commit 58a7251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-guide/reference-json-search-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Keys or values with the following literal characters must escape the characters
(backslash): `\`, `"`.

Unquoted keys or values must also escape the following characters: `(`, `)`, `:`, `<`, `>`, `{`,
`}`. The unquoted keywords `and`, `or`, and `not` can also be escaped with a `\`.
`}`.

Values containing `?` and `*` can escape these characters with a `\` to differentiate them from the
`?` and `*` characters used to specify arbitrary single character match and wildcard match.
Expand Down

0 comments on commit 58a7251

Please sign in to comment.