• Max Kellermann's avatar
    song/Filter: operator "==" never searches substrings in filter expressions · ac0852b4
    Max Kellermann authored
    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.
    ac0852b4
Name
Last commit
Last update
android Loading commit data...
build Loading commit data...
doc Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
meson.build Loading commit data...
meson_options.txt Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...