2 messages in com.googlegroups.bloggerdevNegations not yet supported
FromSent OnAttachments
Blake Matheny09 Jun 2007 16:43 
Pete Hopkins ☠12 Jun 2007 15:49 
Subject:Negations not yet supported
From:Blake Matheny (bmat@gmail.com)
Date:06/09/2007 04:43:07 PM
List:com.googlegroups.bloggerdev

According to the GData API (http://code.google.com/apis/gdata/ reference.html) you should be able to fetch a request for the following url:

http://blog.mobocracy.net/feeds/posts/-/-misc

and Google should return an atom listing of all posts without a "misc" label. This doesn't happen though, instead you get an HTTP 400 response (Bad Request).

Java code trying to fetch the appropriate URL throws the following exception:

[java] com.google.gdata.util.InvalidEntryException: Bad Request [java] Negations not supported yet

Although the documentation seems to think negation is possible, the service does not. Is there any ETA for when this feature might be completed? Thanks.

-Blake