1. 02 Apr, 2020 1 commit
  2. 12 Mar, 2020 1 commit
  3. 17 Feb, 2020 1 commit
  4. 18 Jan, 2020 2 commits
  5. 16 Dec, 2019 3 commits
  6. 19 Aug, 2019 1 commit
  7. 05 Jul, 2019 1 commit
  8. 17 Jun, 2019 1 commit
  9. 08 May, 2019 1 commit
  10. 12 Nov, 2018 1 commit
  11. 11 Nov, 2018 1 commit
  12. 07 Nov, 2018 2 commits
  13. 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
  14. 02 Nov, 2018 1 commit
  15. 02 Aug, 2018 7 commits
  16. 30 Jul, 2018 3 commits
  17. 29 Jul, 2018 1 commit
  18. 25 Jul, 2018 7 commits
  19. 24 Jul, 2018 4 commits