2 messages in com.googlegroups.bloggerdevRe: Query by Category?
FromSent OnAttachments
Kevin16 Jan 2008 10:27 
Jeff Scudder17 Jan 2008 09:15 
Subject:Re: Query by Category?
From:Jeff Scudder (j.@google.com)
Date:01/17/2008 09:15:13 AM
List:com.googlegroups.bloggerdev

On Jan 16, 10:27 am, Kevin <kevi@gmail.com> wrote:

For the life of me ... I can't seem to get this to work.

http://nsufcas.blogspot.com/feeds/posts/default/-/humanities

When I run that, I get back 0 results... I know there is a post in the blog with that category, but for some reason it will not return the data. It has to be something small that I am missing.

Any thoughts?

Looks like the category queries are case sensitive, the following should work :)

http://www.blogger.com/feeds/125370985659504715/posts/default/-/Humanities http://nsufcas.blogspot.com/feeds/posts/default/-/Humanities

Happy coding,

Jeff