The publishing_priority is a child of the <app:control> element and i the gm: namespace:
<entry xmlns:app='http://purl.org/atom/app#' xmlns:gm='http://base.google.com/ns-metadata/1.0'> ... <app:control> <gm:publishing_priority>high</gm:publishing_priority> </app:control> </entry> In .NET you can use the snippet posted on the tips blog: http://gdatatips.blogspot.com/2008/08/setting-publishingpriority-attribute-in.html Eric On Oct 23, 8:56 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Yea that does not work. I am using the .net class so my line is > insert.GBaseAttributes.AddTextAttribute("publishing_priority", "high") > but my items still take atleast 24 hours to become searchable > > On Oct 22, 7:35 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > You can use the <g:publishing_priority> attribute to make > > items searchable within minutes: > > >http://code.google.com/apis/base/faq.html#PublishingPriority > > > Eric > > > On Oct 22, 1:53 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > > > > I am just learning, but I have updated my items a couple times, and it > > > seems after I update my items, they are not searchable for about 24 > > > hours. Is this right. Shouldnt the old versions be searchable until > > > the new ones are? What is the best way to update items > > --~--~---------~--~----~------------~-------~--~----~ 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 [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-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
