That didn't work for me either. In that case, just do: ?bq=[custom id:3]%7C[custom id:4].
Eric On Sep 2, 10:54 am, David <[EMAIL PROTECTED]> wrote: > Hi Erin, > > So while the OR-ing works with regular attributes, when you try the > same query on custom attributes, you get the following error: > <errors> > <error type="request" reason="Invalid query: cannot map type set > to a single type"/> > </errors> > > My bq looks something like [custom_id:3%7C4]. > Any pointers? > Thanks! > > On Aug 28, 5:22 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > > > Hi David, > > > You use the | just as you mentioned (url encoded of course). > > As an example, here are "mp3" products that are > > from sony, apple, or > > microsoft:http://www.google.com/base/feeds/snippets/-/products?bq=mp3[brand:sony%7Capple%7Cmicrosoft]&max-results=250 > > > Eric > > > On Aug 28, 8:48 am, David <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I'm trying to OR possible values for a given custom attribute in one > > > query but I can't find a way to do so. > > > In essence, I'd like to have something like [c:my_attribute: val1 | > > > val2 | val3] instead of [c:my_attribute: val1][c:my_attribute: val2] > > > [c:my_attribute: val3]. > > > > The documentation is quite cryptic about this. Does anyone know how > > > to emulate this behavior? > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
