Heyo!
I have a query string which worked fine using 1.4.0 format.
Changed it to 1.5.0 and got an invalid query error 🤔
?queries[]=equal("multiStores","db_nl")
is the query string, I don't see what the issue is?
TL;DR
Developers are experiencing an invalid query error when using a query string with the format 1.5.0. The issue lies in the way the query string is formatted, specifically with the brackets. To resolve this, developers should update the query string to `?queries=equal("multiStores","db_nl")`.