mpd/src/song
Max Kellermann ac0852b4e3 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.
2018-11-04 13:57:34 +01:00
..
AndSongFilter.cxx
AndSongFilter.hxx
AudioFormatSongFilter.cxx
AudioFormatSongFilter.hxx
BaseSongFilter.cxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
BaseSongFilter.hxx
DetachedSong.cxx
DetachedSong.hxx
Escape.cxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
Escape.hxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
Filter.cxx song/Filter: operator "==" never searches substrings in filter expressions 2018-11-04 13:57:34 +01:00
Filter.hxx
ISongFilter.hxx
LightSong.cxx
LightSong.hxx
meson.build song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
ModifiedSinceSongFilter.cxx
ModifiedSinceSongFilter.hxx
NotSongFilter.hxx
OptimizeFilter.cxx
OptimizeFilter.hxx
StringFilter.cxx song/StringFilter: add flag substring 2018-11-04 13:49:47 +01:00
StringFilter.hxx song/Filter: operator "==" never searches substrings in filter expressions 2018-11-04 13:57:34 +01:00
TagSongFilter.cxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
TagSongFilter.hxx song/Filter: operator "==" never searches substrings in filter expressions 2018-11-04 13:57:34 +01:00
UriSongFilter.cxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
UriSongFilter.hxx song/Filter: operator "==" never searches substrings in filter expressions 2018-11-04 13:57:34 +01:00