mirror of
https://github.com/beetbox/beets.git
synced 2026-02-16 12:24:53 +01:00
docs: document special handling of backlash in web plugin queries
This commit is contained in:
parent
57a759c817
commit
226d8089e1
1 changed files with 5 additions and 1 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue