deezer - Search using parentheses and single quote -
im using advanced search track , title, there seems problem either single quote or parentheses in query.
with complete title i'm not getting correct track:
https://api.deezer.com/search?q=track:"(i don't feel like) giving in" artist:"sea pinks"&limit=1&output=json
only if remove parentheses part:
https://api.deezer.com/search?q=track:"giving in" artist:"sea pinks"&limit=1&output=json