I just saw Pete's answer on the Blogger developer group: http://groups.google.com/group/bloggerDev/browse_thread/thread/9dc569c0ca720319 . I see now what the difference is between the queries, I've been using a www.blogger.com/feeds style query.
Happy coding, Jeff On May 11, 9:43 am, [EMAIL PROTECTED] wrote: > Hi Chris, > > Escaping the / as %2F seems to work for me. Check out this query here: > > http://www.blogger.com/feeds/7682659670455539811/posts/default/-/foo%... > (foo/bar) > > compared with these: > > http://www.blogger.com/feeds/7682659670455539811/posts/default/-/foohttp://www.blogger.com/feeds/7682659670455539811/posts/default/-/barhttp://www.blogger.com/feeds/7682659670455539811/posts/default/-/foo/bar > (This post was labeled with foo and bar) > > All of the above queries should return one result, but they should all > be different blog posts. Perhaps the issue has already been fixed, is > it still malfunctioning for you? > > Thank you, > > Jeff > > On May 10, 11:56 am, [EMAIL PROTECTED] wrote: > > > Hello again Chris, > > > I misunderstood, I see that you wanted to find a category named "foo/ > > bar" not do an or operation :) I'll still share what I've learned > > about or queries. > > > Happy coding, > > > Jeff > > > On May 10, 11:54 am, [EMAIL PROTECTED] wrote: > > > > Hi Chris, > > > > I think that the way to query for foo or bar categories should be > > > using the or/pipe symbol: | . I tried it out on Blogger and I got a > > > 400 error stating "Disjunctions not supported yet" so it would seem > > > this isn't currently supported. I'll bring this up with the team. > > > > My query > > > waswww.blogger.com/feeds/7682659670455539811/posts/default/-/foo%7Cbar > > > . > > > > Thank you, > > > > Jeff > > > > On May 4, 7:44 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > wrote: > > > > > Thanks Ryan, > > > > > I'll give that a go. > > > > (but if anyone here knows the answer, don't hold out on me! ;-)) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
