Hi Wayne, On Nov 15, 8:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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";
No slashes don't seem to be interpreted as literal characters for the Blogger feeds, so I don't think this query will work. > > 2) How can I search just titles of Posts? Right now we don't have a way to restrict your text query (q) to just the title. Could you enter this as a feature request? http://code.google.com/p/gdata-issues/issues/list > > 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*"? No, unfortunately we don't support regular expression syntax in our queries. 0 for 3, looks like I struck out :) > > Thanks, > Wayne Happy coding, Jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
