mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
docs: document joining of paths performed by web plugin for queries
This commit is contained in:
parent
6a03afc65d
commit
57a759c817
1 changed files with 4 additions and 1 deletions
|
|
@ -210,7 +210,10 @@ If the server runs UNIX, you'll need to include an extra leading slash:
|
|||
``GET /item/query/querystring``
|
||||
+++++++++++++++++++++++++++++++
|
||||
|
||||
Returns a list of tracks matching the query. The *querystring* must be a valid query as described in :doc:`/reference/query`. ::
|
||||
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``. ::
|
||||
|
||||
{
|
||||
"results": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue