Commit ddd2b604 authored by Max Kellermann's avatar Max Kellermann

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

parent 87777378
...@@ -207,11 +207,11 @@ backslash. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment