3 messages in com.googlegroups.google-base-data-apiRe: url query date range howto?
FromSent OnAttachments
1ear...@gmail.com15 Sep 2006 09:26 
Matthias Zenger15 Sep 2006 13:17 
babybob07 Oct 2006 04:24 
Subject:Re: url query date range howto?
From:Matthias Zenger (mzen@gmail.com)
Date:09/15/2006 01:17:04 PM
List:com.googlegroups.google-base-data-api

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?