From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Thu, 07 Aug 2008 08:24:11 -0700 Subject: [sup-talk] ThreadSet question In-Reply-To: <1218118769-sup-1369@tomsk> References: <1218118769-sup-1369@tomsk> Message-ID: <1218122471-sup-9206@entry> Reformatted excerpts from Marcus Williams's message of 2008-08-07: > I'm trying to get a set of threads back from a search (messing with a > web interface to sup - will send a patch once its up and running if > anyone is interested) Cool! > If I'm calling load_n_threads directly what do I have to do to get the > threads in date order? I explicitly sort them by date before display. See ThreadIndexMode#update. Once they're loaded I pull them out of @ts.threads and into @threads, and sort them. -- William