In fact, to make it more accurate, you should do:
snippets?bq=[isbn(text)=="9780156029438"]
(keep in mind to url-encode the == ).

To explain: your request was converted to a isbn(int):9780156029438 because
the value is a number.

I suggest you explicitly specify the type, when you know it. It might save
you from some unexpected behavior.

Alex

On Fri, Oct 9, 2009 at 5:49 PM, Alex <[email protected]> wrote:

> snippets?bq=[isbn(text):"9780156029438"]
> Alex
>
> On Fri, Oct 9, 2009 at 4:36 PM, listingboat <[email protected]>wrote:
>
>>
>> I'm attempting to use the snippets feed to search by isbn using:
>>
>>  /snippets/bq=[isbn:9780156029438]
>>
>> I get zero results.  However if I do this:
>>
>>  /snippets/bq=9780156029438
>>
>> I get results.
>>
>> I understand that a seller could input the wrong ISBN, but I get at
>> least one result back with that ISBN number filled into the isbn field
>> correctly.
>>
>> Why is this?
>>
>> >>
>>
>
>
> --
> Alex Dovlecel, Google Switzerland GmbH
> Company Identifikationsnummer: CH-020.4.028.116-1
>



-- 
Alex Dovlecel, Google Switzerland GmbH
Company Identifikationsnummer: CH-020.4.028.116-1

--~--~---------~--~----~------------~-------~--~----~
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