diff --git a/doc/protocol.rst b/doc/protocol.rst index df11350a7..b2be7c6d0 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -1059,11 +1059,11 @@ The music database .. _command_findadd: -:command:`findadd {FILTER} [sort {TYPE}] [window {START:END}]` +:command:`findadd {FILTER} [sort {TYPE}] [window {START:END}] [position POS]` Search the database for songs matching ``FILTER`` (see :ref:`Filters `) and add them to the queue. Parameters have the same meaning as for - :ref:`find `. + :ref:`find ` and :ref:`searchadd `. .. _command_list: @@ -1196,15 +1196,12 @@ The music database .. _command_search: -:command:`search {FILTER} [sort {TYPE}] [window {START:END}] [position POS]` +:command:`search {FILTER} [sort {TYPE}] [window {START:END}] Search the database for songs matching ``FILTER`` (see :ref:`Filters `). Parameters have the same meaning as for :ref:`find `, except that search is not case sensitive. - The ``position`` parameter specifies where the songs will be - inserted. - .. _command_searchadd: :command:`searchadd {FILTER} [sort {TYPE}] [window {START:END}] [position POS]` @@ -1214,6 +1211,9 @@ The music database Parameters have the same meaning as for :ref:`search `. + The ``position`` parameter specifies where the songs will be + inserted. + .. _command_searchaddpl: :command:`searchaddpl {NAME} {FILTER} [sort {TYPE}] [window {START:END}]`