[Developers] API returns None but text search on site does not
Milan Andric
mandric at gmail.com
Mon Mar 30 03:21:11 UTC 2009
Hello,
I am trying to get details on people and it has been working well
until I ran up against a case that only returns an empty list.
The query looks like :
query = [{
"name~=":'Bobby L. Rush',
"name" : [],
"type" : "/people/person",
"gender" : None,
#"*":[{}],
'place_of_birth':None,
'date_of_birth':None,
'profession':[],
'key':[],
'guid':None }]
Problem is I get None (using python) ... yet when I do a search on
freebase.org I get him front and center.
http://www.freebase.com/search?limit=30&start=0&query=Bobby+L.+Rush
Ideas on what I am doing wrong? I tried using name as well as name~=
... same result, None. I'm using the freebase python lib.
Thanks,
--
Milan
More information about the Developers
mailing list