I am having some problems getting products of a certain price.  For
example, if I run a query for Price>11.98:

http://www.google.com/base/feeds/snippets?bq=[price%3E11.98%20usd]&orderby=price(float%20usd)&sortorder=ascending

I get a load of results starting at 11.99 as you would expect.

First problem is if I run another query for Price>=11.99:

http://www.google.com/base/feeds/snippets?bq=[price%3E%3D11.99%20usd]&orderby=price(float%20usd)&sortorder=ascending

You would expect the same result set, but you actually get products
stating at 12.00 - its as if it has ignored the = sign.

Also if I run Price==11.99:

http://www.google.com/base/feeds/snippets?bq=[price%3D%3D11.99%20usd]&orderby=price(float%20usd)&sortorder=ascending

I get no results at all while there clearly are results which should
be displayed.

Has anyone got these functions working?  They are supported according
to the documentation at 
http://code.google.com/apis/base/docs/2.0/attrs-queries.html#complexQs

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