I'm trying to use Google Base to display items on my website, and I'm able to find the products I want, but the description returned is an abbreviated version of the description I see when using Google Product Search.
I use the following to bring in my initial results : GBaseService service = new GBaseService ("snippets", ""); GBaseQuery query = new GBaseQuery (GBaseUriFactory.Default.SnippetsFeedUri); query.GoogleBaseQuery = productName GBaseFeed feed = service.Query(query); and I can loop through the Entries to get most of the data I need, but I can't figure out how to get the full description. Can anyone help? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to Google-Base-data-API@googlegroups.com To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---