Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Corrected list of characters requiring escaping (#664)
Browse files Browse the repository at this point in the history
The list included logical operator strings as opposed to their component characters (eg `||` `&&` vs `|` `&`).
  • Loading branch information
George Viaud authored and jalogisch committed Jul 29, 2019
1 parent 0a0f11e commit b77a54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Escaping

The following characters must be escaped with a backslash::

&& || : \ / + - ! ( ) { } [ ] ^ " ~ * ?
& | : \ / + - ! ( ) { } [ ] ^ " ~ * ?

Example::

Expand Down

0 comments on commit b77a54b

Please sign in to comment.