1. 12 Nov, 2018 1 commit
  2. 11 Nov, 2018 1 commit
  3. 07 Nov, 2018 2 commits
  4. 04 Nov, 2018 1 commit
    • 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
  5. 02 Nov, 2018 1 commit
  6. 02 Aug, 2018 7 commits
  7. 30 Jul, 2018 3 commits
  8. 29 Jul, 2018 1 commit
  9. 25 Jul, 2018 7 commits
  10. 24 Jul, 2018 5 commits
  11. 21 Jul, 2018 3 commits
  12. 06 Jul, 2018 1 commit
  13. 30 Apr, 2018 1 commit
  14. 09 Feb, 2018 1 commit
  15. 19 Jan, 2018 2 commits
  16. 19 Dec, 2017 1 commit
  17. 20 Sep, 2017 2 commits