summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-04 13:57:34 +0100
committerMax Kellermann <max@musicpd.org>2018-11-04 13:57:34 +0100
commitac0852b4e33033d73770c610154ddb242f6c1119 (patch)
tree801d676eb6cc566eea9e37757207cd2ddd5583dd /doc
parent6fe43ed969c9ade765f98cace4b8ac4a39c49bac (diff)
song/Filter: operator "==" never searches substrings in filter expressions
The protocol documentation says that the difference between `find` and `search` is that `search` is case insensitive, but that's only half the truth: `search` also searches for sub strings instead of matching the whole string. This part is undocumented and unfortunate, but at this point, we can't change it. However leaking this surprising behavior to the new filter expressions was a bad idea; the "==" operator should never match substrings. For people who need that, we should add a new operator.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions