Thanks Tom, I submitted:

http://code.google.com/p/gdata-issues/issues/detail?id=1201

For others experiencing this problem, note that I have also found that
the work around only works for non-integer prices.  Integer prices do
not behave as expected.

For example if I try to use [Price>11.99][Price<12.01] , to only get
items priced at 12.00, I get all the 11.99 products returned as well.
Although its turning my code into a mess, I find I have to check if
the price I am searching for is an integer and in that case use the
[Price==12.00] format, otherwise use the work around.

Roll on a solution!


--~--~---------~--~----~------------~-------~--~----~
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