[Developers] <= broken?

Arthur van Hoff AVH at zing.net
Thu Apr 24 17:06:51 UTC 2008


Thanks, that works.

However, if this is legal then what are the semantics?
If it is not legal, why didn't I get an error?

> -----Original Message-----
> From: developers-bounces at freebase.com [mailto:developers-
> bounces at freebase.com] On Behalf Of Christine Weibel
> Sent: Thursday, April 24, 2008 9:54 AM
> To: For discussions about MQL,Freebase API and apps built on Freebase
> Subject: Re: [Developers] <= broken?
> 
> Hi, Arthur.  I think your properties need labels.
> 
> this query:
> {
>   "query" : [
>     {
>       "a:popularity" : null,
>       "b:popularity>=" : 99,
>       "c:popularity<=" : 100,
>       "id" : null,
>       "name" : null,
>       "type" : "/user/cotton/default_domain/editorial_comment"
>     }
>   ]
> }
> 
> did return two results:
> {
>   "code" : "/api/status/ok",
>   "result" : [
>     {
>       "a:popularity" : 100,
>       "id" : "/guid/9202a8c04000641f8000000007419ec6",
>       "name" : "ZSI on Amplify SD",
>       "type" : "/user/cotton/default_domain/editorial_comment"
>     },
>     {
>       "a:popularity" : 100,
>       "id" : "/guid/9202a8c04000641f80000000076e046a",
>       "name" : "ZSI on Best of YouTube",
>       "type" : "/user/cotton/default_domain/editorial_comment"
>     }
>   ]
> }
> 
> 
> ----- Original Message -----
> From: "Arthur van Hoff" <AVH at zing.net>
> To: "For discussions about MQL, Freebase API and apps built on
> Freebase" <developers at freebase.com>
> Sent: Wednesday, April 23, 2008 10:23:26 PM (GMT-0800)
> America/Los_Angeles
> Subject: [Developers] <= broken?
> 
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers
> 
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers


More information about the Developers mailing list