[Developers] Searching for Non Null Values
Dae Park
daepark at metaweb.com
Wed Mar 14 01:11:05 UTC 2007
try
{
"query":[{
"active_end":{
"value":null
},
"active_start":{
"value":null
},
"guid":null,
"name":null,
"name~=":"Blue",
"sort":"name",
"type":"/music/artist"
}]
}
On Mar 13, 2007, at 6:09 PM, Ketan Anjaria wrote:
> I have the query
> {
> "query":[{
> "active_end":null,
> "active_start":null,
> "guid":null,
> "name":null,
> "name~=":"Blue",
> "sort":"name",
> "type":"/music/artist"
> }]
> }
>
> I want to return all matches that are not null for active_end and
> active_start.
>
>
> Ketan Anjaria
> 415-260-8742
> fire at kidbombay.com
> www.kidbombay.com
>
>
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers
More information about the Developers
mailing list