5 messages in com.googlegroups.google-base-data-apiRe: Query on published ?
FromSent OnAttachments
moo15 May 2007 04:30 
Ian mu15 May 2007 04:45 
Lane LiaBraaten (Google)16 May 2007 10:22 
Ian mu17 May 2007 01:46 
Ian mu17 May 2007 01:48 
Subject:Re: Query on published ?
From:Lane LiaBraaten (Google) (api.@gmail.com)
Date:05/16/2007 10:22:51 AM
List:com.googlegroups.google-base-data-api

Hi Ian,

You can query jobs based on the published date, but you need to use [publish date] instead of [published]. I found an example of querying by published date on the Base data API Developer's Guide for attributes and queries:
http://code.google.com/apis/base/attrs-queries.html#LocDatQuer

As for finding what elements you can use in your queries, there is a document that lists the recommended attributes:
http://base.google.com/base/api/itemTypeDocs.

Hope the helps, Lane

On May 15, 4:45 am, "Ian mu" <mu.l@gmail.com> wrote:

Sorry, just been reading some other threads. Is it because its not indexable ? If so, how do you find out what elements are indexable ?

Ian

On 5/15/07, moo <mu.l@gmail.com> wrote:

Hiya,

I'm trying to do a query on snippets feed on [published] (I've reduced it to that while testing), just so it should find items that even just have a published attribute (then I can worry about dates later and matching).

However I can't find anything that responds to [published] in the query, is this not possible as its outside the google namespace? It's a little fluffy on what you can search on exactly.

http://www.google.com/base/feeds/snippets/-/jobs?max-results=10&bq= [published] returns 0. I've checked the responses from none restrictive queries and the published element is in there. I've also tried [expiration date] which is one of googles and comes back empty (have got it to work with [customer id] is about all.

Really struggling with the elements that you can use, only managed a couple so far, tried ones in the google namespace only, but also atom space. Is it me, or is it a little bugged currently (or docs not quite right).

Any help greatly appeciated.