doc/protocol.rst: describe the FILTER argument to playlist{find,search}
This commit is contained in:
parent
59da778009
commit
233184568c
|
@ -773,8 +773,8 @@ Whenever possible, ids should be used.
|
||||||
.. _command_playlistfind:
|
.. _command_playlistfind:
|
||||||
|
|
||||||
:command:`playlistfind {FILTER}`
|
:command:`playlistfind {FILTER}`
|
||||||
Finds songs in the queue with strict
|
Search the queue for songs matching
|
||||||
matching.
|
``FILTER`` (see :ref:`Filters <filter_syntax>`).
|
||||||
|
|
||||||
.. _command_playlistid:
|
.. _command_playlistid:
|
||||||
|
|
||||||
|
@ -794,8 +794,10 @@ Whenever possible, ids should be used.
|
||||||
.. _command_playlistsearch:
|
.. _command_playlistsearch:
|
||||||
|
|
||||||
:command:`playlistsearch {FILTER}`
|
:command:`playlistsearch {FILTER}`
|
||||||
Searches case-insensitively for partial matches in the
|
Search the queue for songs matching
|
||||||
queue.
|
``FILTER`` (see :ref:`Filters <filter_syntax>`).
|
||||||
|
Parameters have the same meaning as for :ref:`find
|
||||||
|
<command_playlistfind>`, except that search is not case sensitive.
|
||||||
|
|
||||||
.. _command_plchanges:
|
.. _command_plchanges:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue