2 messages in com.googlegroups.google-base-data-apiBug: operators <, <=, >, >=, and == n...
FromSent OnAttachments
Matthias27 Jan 2008 17:33 
Jeff S28 Jan 2008 16:46 
Subject:Bug: operators <, <=, >, >=, and == no longer work for queries on (numeric) attributes?
From:Matthias (matt@gmail.com)
Date:01/27/2008 05:33:57 PM
List:com.googlegroups.google-base-data-api

For attribute queries, the documentation says: "For numeric attributes, we can use the operators <, <=, >, >=, and == to specify constraints on their values, so a constraint on the attribute price looks like this: [price <= 150.0]". This however does not seem to work any longer, for quite a while now. You can check this on the API demo page - even Google's own sample query "snippets?bq=digital camera [megapixel >= 3.0]" fails with error 400 Bad Request. The only operator that works is ":". Please fix! (I've seen it working before).