|
Hey guys
I've created a test catalog and updated it with a couple of artists.
When I try to do artist/similar search using only this catalog, I can't seem to get proper results.
Case 1.
http://developer.echonest.com/api/v4/artist/similar?api_key=APIKEY&format=json&id=ARC4K2E1187B9B6FDA&bucket=id:CAELEHH12C16DBDB37&limit=true
Response:
ALL artists in the my custom catalog every time, regardless of Artist id I pass in
Case 2.
http://developer.echonest.com/api/v4/artist/similar?api_key=APIKEY&format=json&id=ARC4K2E1187B9B6FDA&seed_catalog=CAELEHH12C16DBDB37
Response:
The results I got are NOT limited to the seed_catalog
Case 3.
http://developer.echonest.com/api/v4/artist/similar?api_key=APIKEY&format=json&id=ARC4K2E1187B9B6FDA&seed_catalog=CAELEHH12C16DBDB37&bucket=id:CAELEHH12C16DBDB37&limit=true
Response:
In this case even though I have similar artists in my Catalog, NO results whatsoever are returned.
Am I doing something wrong?
|