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