See
http://code.google.com/apis/base/docs/2.0/query-lang-spec.html#composition
With your example, you should use:
http://www.google.com/base/feeds/snippets?bq=-[genre:comedy][genre]

The first restriction checks entries that have a genre attribute that is not
comedy (see minus in front of clause).The second restriction checks entries
that have a genre attribute. This is optional, but if you want all entries
to have a genre attribute, then you have to provide this restriction.

Alex
On Mon, May 25, 2009 at 11:06 PM, pmdpmd <[email protected]> wrote:

>
> Is there any way of specifying that I would like records which do not
> have a specific custom attribute value?
>
> E.g. I would like to have records where the Genre of the item is not
> Comedy.  I have tried e.g. [genre<>Comedy], [genre!=Comedy] without
> success.
>
> Thanks,
> Paul.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to