[Developers] different query response between queryeditor and mqlread service

Augusto Callejas acallejas at appliedminds.com
Tue Jan 15 19:00:23 UTC 2008


hi-

i'm receiving different query responses when i run the query:

{
  "query1" : {
    "cursor" : false,
    "query" : [
      {
        "guid" : null,
        "limit" : 51,
        "r:/common/topic/alias" : [],
        "r:/people/person/date_of_birth" : [],
        "r:/people/person/height_meters" : [],
        "r:/people/person/weight_kg" : [],
        "r:name" : [],
        "r:name~=" : "^Dan*",
        "type" : "/people/person"
      }
    ]
  }
}

in the query editor:

 http://www.freebase.com/view/queryeditor/

versus the mqlread service:

 http://freebase.com/api/service/mqlread?queries={%22query1%22:%20{%22cursor
%22:false,%20%22query%22:[{%22r:/common/topic/alias%22:[],%22limit%22:51,%22
r:name%22:[],%22type%22:%22/people/person%22,%22r:/people/person/date_of_bir
th%22:[],%22r:/people/person/weight_kg%22:[],%22guid%22:null,%22r:/people/pe
rson/height_meters%22:[],%22r:name~=%22:%22^Dan*%22}]}}

in particular, i'm receiving the expected response in the queryeditor, but
an empty response from mqlread service.  any ideas?

thanks,
augusto.




More information about the Developers mailing list