[Developers] Multiple Guid search?
Ketan Anjaria
fire at kidbombay.com
Wed Mar 28 01:16:50 UTC 2007
I have the following query
{
"decade0":{
"query":[{
"active_start":[{
"value<":"1980",
"value>=":"1970",
"value":null
}],
"album":[{
"limit":1,
"release_date":{
"value<":"1980",
"value>=":"1970",
"value":null
}
}],
"genre":[{
"guid":"#9202a8c04000641f80000000000e3f3b",
"name":null,
"type":"/music/genre"
}],
"guid":null,
"limit":1000,
"name":null,
"sort":"name",
"type":"/music/artist"
}]
}
}
How do I make it so I can specify to search for multiple matching
guids for genre?
I am trying to make a query that says get me artists from a certain
decade that match any of the genres
"genre" : {
"guid" : "#9202a8c04000641f80000000000e3f3b",
"type" : "/music/genre",
"name" : "Hard rock",
},
"genre" : {
"guid" : "#9202a8c04000641f80000000001b7b21",
"type" : "/music/genre",
"name" : "Classic rock",
},
Ketan Anjaria
415-260-8742
fire at kidbombay.com
www.kidbombay.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20070327/2b5f4fe1/attachment-0002.htm
More information about the Developers
mailing list