Post not showing as part of Search query

jay c <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
hi,

im having some problems when using the google api, if i post via google 
api, everything works, but the post does not show up in my search result.

But if i simply update the post via blogger, edit the post basically and 
click on update button without doing anything. It shows up in the search 
result.

can somebody please advice why this is the case?

thanks!

Below is my code btw:
   Post post = new Post
            {
                Blog = new Post.BlogData { Id = blogPost.BlogId },
                Title = blogPost.Title,
                Content = blogPost.Content,
                Labels = blogPost.Labels,
                Status = "LIVE",
            };

            var x = new PostsResource.UpdateRequest(_service, post, 
blogPost.BlogId, blogPost.PostId);
            x.Publish = true;
            var result = x.Execute();

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.