2 messages in com.googlegroups.google-base-data-apiRe: Location Query Not Working
FromSent OnAttachments
sja...@acornecommerce.co.uk17 Nov 2006 04:30 
Matthias Zenger22 Nov 2006 23:43 
Subject:Re: Location Query Not Working
From:Matthias Zenger (mzen@gmail.com)
Date:11/22/2006 11:43:53 PM
List:com.googlegroups.google-base-data-api

You entered this query on the demo page, right?

It looks like we're not URL encoding the string correctly. If you do the URL-encoding yourself, it should work. Try this URL: http://www.google.com/base/feeds/snippets?bq=%5Blocation%3A%40%22Mountain+View%2CCA%22%2B3mi%5D&key=<your key>

On the demo page you should try this query string: snippets?bq=[location: @"Mountain View, CA" %2B 3mi]

I hope that helps!

== Matthias