[Developers] Getting Spouses
Ketan Anjaria
fire at kidbombay.com
Wed Sep 12 18:03:22 UTC 2007
I have the following query
{
"q1":{
"query":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"/people/person/children":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null,
"optional":true
}],
"/people/person/parents":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null,
"optional":true
}],
"/people/person/sibling_s":[{
"/people/sibling_relationship/sibling":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null,
"optional":true
}],
"optional":true,
"type":"/people/sibling_relationship"
}],
"/people/person/spouse_s":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null,
"optional":true
}],
"id":null,
"name":"Danny Hillis",
"type":"/common/topic"
}]
}
}
But the result is not what I expect, I am getting
/people/person/spouse_s":[{
"/common/topic/image":[],
"id":"#9202a8c04000641f8000000004206eef",
"name":null
}],
For a spouse. Why is the name null?
Ketan Anjaria
fire at kidbombay.com
www.kidbombay.com
415.260.8742
f. 415.358.4278
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20070912/d65ba976/attachment.htm
More information about the Developers
mailing list