Open GoogleCodeExporter opened 9 years ago
I ran across this as well. Apparently since the documentation was written the
schema has been refactored and albums now have releases which contain the
tracks.
The query that works is:
{
"type" : "/music/artist",
"name" : "The Police",
"album" : [{
"name" : "Synchronicity",
"releases" : [{
"track" : [],
}]
}]
}
Original comment by wholcomb
on 26 Feb 2011 at 6:12
Well, the core freebase online documentation is around album and tracks, and
ALL queries in the docs that involve a track are borken. Can anyone fix this?
Is there anybody home in Freebase post the Google acquisition at all?
Original comment by aviveya...@gmail.com
on 26 Feb 2011 at 8:28
Original issue reported on code.google.com by
aviveya...@gmail.com
on 12 Feb 2011 at 4:28