2 messages in com.googlegroups.bloggerdevRe: Problem about "Send a query with ...
FromSent OnAttachments
martin18 Apr 2007 00:33 
ZeeGeek18 Apr 2007 10:16 
Subject:Re: Problem about "Send a query with query parameters"
From:ZeeGeek (ZeeG@gmail.com)
Date:04/18/2007 10:16:42 AM
List:com.googlegroups.bloggerdev

In Blogger Data API documentation, it's clearly written that Blogger doesn't support full-text search queries. http://code.google.com/apis/blogger/gdata.html#send_query

On Apr 18, 2:34 am, martin <mart@gmail.com> wrote:

Dear all professional, In order to test the function of querying in Blogger, i have made a beta blog (using Google account) where the corresponding link is: http://martin0801.blogspot.com/

I have tried to query by sending the HTTP request manually using the blog feed URL: http://martin0801.blogspot.com/feeds/posts/default? updated-min=2007-03-29T00:00:00& updated-max=2007-04-19T23:59:59

And the result feed is successfully returned.

The actual problem comes when i wanna send a query to my blog using the full text query parameter "p" http://martin0801.blogspot.com/feeds/posts/default?q=post

After sending this HTTP request, the thing i got is an error page only which said that "We're sorry, but we were unable to complete your request......." even if i confirmed that there is such a word "post" is in my blog. I wanna ask that, did i do something wrong so that i cannot perform the search??

Thanks for anyone who read and answer the question : )