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