• 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
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS 68.6 KB