doc/protocol.rst: add missing operators to example expressions

This commit is contained in:
Max Kellermann 2019-03-15 19:14:06 +01:00
parent 8777737861
commit ddd2b60489
1 changed files with 2 additions and 2 deletions

View File

@ -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