I came across this issue when trying to perform this search:
/database/search?artist=Lana Del Rey&title=Honeymoon&type=master
There is no query parameter. This search runs ok with an http client returning 2 results. So I invoke the search function like this:
db.search({artist: 'Lana Del Rey', title: 'Honeymoon', type: 'master'})
And disconnect ignores my params object altogether. In the response I get pagination.urls.last is https://api.discogs.com/database/search?q=&per_page=50&page=1000.
I came across this issue when trying to perform this search:
/database/search?artist=Lana Del Rey&title=Honeymoon&type=master
There is no query parameter. This search runs ok with an http client returning 2 results. So I invoke the search function like this:
And disconnect ignores my params object altogether. In the response I get
pagination.urls.last
ishttps://api.discogs.com/database/search?q=&per_page=50&page=1000
.