3 messages in com.googlegroups.google-base-data-apiRe: How can i pick a specific entry u...
FromSent OnAttachments
askk...@gmail.com20 Jun 2007 19:36 
Jeff S21 Jun 2007 11:47 
askk...@gmail.com30 Jun 2007 12:00 
Subject:Re: How can i pick a specific entry using c#
From:Jeff S (j.@google.com)
Date:06/21/2007 11:47:38 AM
List:com.googlegroups.google-base-data-api

Hello and welcome to the group,

As you might have noticed, each entry's id is a URL. If you perform a Get on this URL, you will get just the entry you are looking for (you can use GetEntry). Querying on the entry's id is not supported because you can already get the entry directly, but I'll admit this can be confusing. The good news is, you won't need to iterate through a feed when you just want one specific entry.

Happy coding,

Jeff

On Jun 20, 7:36 pm, "askk@gmail.com" <askk@gmail.com> wrote:

Hi

I am new to google base. I used sample c# to pick a list of all query items for a criteria. Ex. query.GoogleBaseQuery = "[item type:housing] [listing type:for rent"] [location:\"new york, ny"] ";

this works.

But if i want to pick a specific entry <entry><id>http://www.google.com/base/feeds/snippets/ 18406884233969725117</id>....</entry> How do i do it?

This gives empty feed:http://www.google.com/base/feeds/snippets/-/ housing?bq=[item%20id:18406884233969725117]

Help!!!!!!!!!

Thanks