[Developers] Validity of "link" queries

Kurt Bollacker kurt at spaceship.com
Tue Mar 10 23:52:29 UTC 2009


On Tue, Mar 10, 2009 at 04:17:43PM -0700, John Giannandrea wrote:
> 
> 
> You cant currently combine "*":null and a valid clause.   Its because  
> "*":null implies valid:true
> Yes, this is a known bug, MQL-258 to be exact.

Since I can't access this bug, I'll take your word for it, However,
the following query (which does not contain "*":null) fails in the
same way:

{
  "limit" : 1,
  "operation" : null,
  "type" : "/type/link",
  "valid" : false
}

Is this covered by MQL-258, and if so, may I be a watcher?

							Kurt :-)



> -jg
> 
> On Mar 10, 2009, at 4:20 PM, Kurt Bollacker wrote:
> >
> > I'm having trouble constraining the "valid" property in "link"
> > queries.  Consider the query:
> >
> > {
> >  "*" : null,
> >  "limit" : 1,
> >  "type" : "/type/link",
> >  "valid" : null
> > }
> 
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers


More information about the Developers mailing list