Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id 6D6D59FB1E4 for ; Sat, 3 Feb 2007 09:09:59 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-new, port 10024) with ESMTP id 80661-02 for ; Sat, 3 Feb 2007 09:09:45 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 423ED9FAC76 for ; Sat, 3 Feb 2007 09:09:50 -0400 (AST) Received: from [192.168.199.197] (c213-100-160-41.swipnet.se [213.100.160.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by svr2.hagander.net (Postfix) with ESMTP id 8F381DCC1BE; Sat, 3 Feb 2007 14:09:48 +0100 (CET) Message-ID: <45C4899D.90306@hagander.net> Date: Sat, 03 Feb 2007 14:09:49 +0100 From: Magnus Hagander User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Sergiy Vyshnevetskiy CC: pgsql-www@postgresql.org Subject: Re: Ordering bug in site search results References: In-Reply-To: X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200702/11 X-Sequence-Number: 11416 Sergiy Vyshnevetskiy wrote: > Do a website search ordered by _date_. The first page you see is fine, > but if you try to switch between result pages it gives the results > ordered by _rank_. Looks like URLs of search result pages miss "s=d" part. Thanks, fixed. > Also, right under the search form it says: > > Pages - of . > > That should be read: > > Results - of . Good point, also changed. //Magnus