I would like to query for a particular post in Blogger that contains a
title where the first part of the title matches:

A/B

Three Questions:

1) Will this code work with the forward slash:

FeedQuery feedQuery = new FeedQuery();
feedQuery.Query = "A/B";

2) How can I search just titles of Posts?

3) How can I pattern match the for the first part being "A/B"?  In
other words can I do this: "^A/B" or "A/B*"?

Thanks,
Wayne
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to