Hi Dennis,

Unfortunately there is currently a bug on the "image_link" attribute.
The issues have already been reported and we are waiting for a fix
from our engineering team.

for your information, I think the correct Query URI would be :
http://www.google.com/base/feeds/snippets/-/vehicles?bq=[year:2006][price%3C15000%20usd][vehicle_type:Sedan][image%20link]

But as you can imagine I can't test this right now :)

In the mean time, as a workaround I would recommend downloading the
like without filtering on the image_link attribute :

http://www.google.com/base/feeds/snippets/-/vehicles?bq=[year:2006][price%3C15000%20usd][vehicle_type:Sedan]
and then filtering the search result programmatically.

Cheers,
Nicolas




On Nov 26, 5:46 pm, Dennis123 <[EMAIL PROTECTED]> wrote:
> I would like to do a query that only shows cars with a photo, without
> having to manually sort thru them
>
> So I pretty much want to do something like 
> this..http://www.google.com/base/feeds/snippets/-/vehicles?bq=[year:2006][price%3C15000%20usd][vehicle_type:Sedan][image_link!=null]
>
> Any ideas?
>
> Thanks much!
> Dennis

On Nov 26, 5:46 pm, Dennis123 <[EMAIL PROTECTED]> wrote:
> I would like to do a query that only shows cars with a photo, without
> having to manually sort thru them
>
> So I pretty much want to do something like 
> this..http://www.google.com/base/feeds/snippets/-/vehicles?bq=[year:2006][price%3C15000%20usd][vehicle_type:Sedan][image_link!=null]
>
> Any ideas?
>
> Thanks much!
> Dennis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to