The creation and modification time of an item does
not get indexed, so you can't query for it or use these
attributes for restricting your search, unfortunately.
(see http://base.google.com/base/api/universalAttributes
for information about what attributes do not get indexed)
I'll interpret your posting as a feature request to index
these attributes... :-)
== Matthias
1ear...@gmail.com wrote:
Can someone shed some light on how to specify a date range in a url
query ?
I cannot get the correct syntax working.
Example:
Using the demo page http://www.google.com/base/api/demo/html/demo.html
and using the string:
snippets?bq=%5Bitem%20type%3Avehicles%5D%20%5Bmake%3Ahonda%5D to find
all Honda vehicles, the output returns
<published>2006-09-08T14:09:11.000Z</published> as seen below. How do
you limit the search query to vehicles published on a given day?