Hello, Here is the query I started with:
http://www.google.com/base/feeds/snippets/-/products?bq=seagate+freeagent Some of the matching entries I get back contain following attributes: <*g:size* type='text'>1.5 TB</*g:size*> <*g:size* type='text'>1 TB</*g:size*> Next I try to filter out results by adding additional search constraint: http://www.google.com/base/feeds/snippets/-/products?bq=seagate+freeagent[size:"1.5 TB"] Query above produces no results but the following query does return results: http://www.google.com/base/feeds/snippets/-/products?bq=seagate+freeagent[size:"1 TB"] Looks like it is something related to dot character interpretation. I couldn't find anything in FAQ or DB API docs. Any ideas? Thanks, Miro -- 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.
