From 71c45d8ebec4fdb2b383785e96f79cc575716b7f Mon Sep 17 00:00:00 2001 From: Xipmix Date: Tue, 27 Aug 2019 00:06:39 +1000 Subject: [PATCH] Typo fix --- doc/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/protocol.rst b/doc/protocol.rst index b190d1921..ccde20146 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -226,7 +226,7 @@ of: be enclosed in parantheses, e.g. :code:`((artist == 'FOO') AND (album == 'BAR'))` -The :command:`find` commands are case sensitive, which +The :command:`find` commands are case sensitive, while :command:`search` and related commands ignore case. Prior to MPD 0.21, the syntax looked like this::