[Developers] looking for people
Milan Andric
mandric at gmail.com
Mon Mar 30 03:07:14 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 nothing ... 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