doc/protocol.rst: add missing operators to example expressions
This commit is contained in:
parent
8777737861
commit
ddd2b60489
|
@ -207,11 +207,11 @@ backslash.
|
||||||
|
|
||||||
Example expression which matches an artist named ``foo'bar"``::
|
Example expression which matches an artist named ``foo'bar"``::
|
||||||
|
|
||||||
(artist "foo\'bar\"")
|
(Artist == "foo\'bar\"")
|
||||||
|
|
||||||
At the protocol level, the command must look like this::
|
At the protocol level, the command must look like this::
|
||||||
|
|
||||||
find "(artist \"foo\\'bar\\\"\")"
|
find "(Artist == \"foo\\'bar\\\"\")"
|
||||||
|
|
||||||
The double quotes enclosing the artist name must be escaped because
|
The double quotes enclosing the artist name must be escaped because
|
||||||
they are inside a double-quoted ``find`` parameter. The single quote
|
they are inside a double-quoted ``find`` parameter. The single quote
|
||||||
|
|
Loading…
Reference in New Issue