I was thinking more like a db call that would display previews of the ten most recently submitted articles. Sorted by db.wiki_page.created_on
On Sunday, October 21, 2012 4:06:26 PM UTC-7, Bill Thayer wrote: > > Ok, > > Actually i am just getting there myself on my application. There is a > cloud() function and a search() function inside gluon.tools so chances are > writing a pre-defined search might get you 3/4 the way there. Wish I had a > better strategy to give to you. > > Regards, > Bill > > Signature for search looks promising with the preview=True argument. > def search(self, tags=None, query=None, cloud=True, preview=True, > limitby=(0, 100), orderby=None): > > > --

