-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi team, the API returns 500 when calling GET /tracks?q=&q=foo (q defined multiple times where one time it's an empty string and another time it's not empty).
------ Previous version:
Hi team, it looks like some query parameters in GET /tracks are not considered if q is undefined.
For example, specifying the genres correctly returns only the tracks of those genres.
However, adding created_at[from] doesn't change the result and always returns the same data.
I would expect all filters to be considered even if q is not defined.
Also, note that the API returns 500 when calling GET /tracks?q=&q=foo.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working