Just like it says in the title. When I use this url I get an empty elements field on the returned json.
https://api.clover.com/v3/merchants/X7GAS685NQ2C1/tax_rates?filter=name in ('Tobacco Tax', 'Sales Tax')
However if I search for each Tax individually, with name={tax_name}, then it works just as expected. I'm also having the same problem with the 'items' endpoint.
This was working just fine for me yesterday. Additionally, If the list for the 'in' statement is bigger than about 80 items, then the endpoint just returns a 400 bad request with no other details whatsoever.