docs: document special handling of backlash in web plugin queries

This commit is contained in:
Sören Tempel 2020-04-26 17:45:37 +02:00
parent 57a759c817
commit 226d8089e1

View file

@ -213,7 +213,11 @@ If the server runs UNIX, you'll need to include an extra leading slash:
Returns a list of tracks matching the query. The *querystring* must be a
valid query as described in :doc:`/reference/query`. Path elements are
joined as query keywords. For example, ``/item/query/foo/bar`` will be
converted to the query ``foo,bar``. ::
converted to the query ``foo,bar``. As this conflicts with using a slash
character as a path seperator in path queries, a backlash character
should be used in these queries instead. This character is converted to
the path seperator actually used by the operating system before the
query is performed. ::
{
"results": [