Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id 9F85E9FB327 for ; Tue, 20 Mar 2007 11:03:54 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-new, port 10024) with ESMTP id 41183-05 for ; Tue, 20 Mar 2007 11:03:42 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.4 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by postgresql.org (Postfix) with ESMTP id 45D669FB2EA for ; Tue, 20 Mar 2007 11:03:42 -0300 (ADT) Received: by wr-out-0506.google.com with SMTP id 76so1710529wra for ; Tue, 20 Mar 2007 07:03:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JkrL6qhgODkAEDbBqbtqWs+4uFVk1M4rskjhm9WCuYvKuS1TousTi5ldUYWfOYO7z5fUAtHvBzH6X8yEzmMChHbNovw7HPFOk/fs6kOPHiMg0dGC20Alk6eOZaBM7rOxyAuSQEU+tOAcFIk2FAuIiVzLoRok8Bs/W9RjDdXZ9V4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DMjEfx4kAiaHLQ8pS2msmqDGfT3NEqC8zxPPWXZuD8WTB8FVMTToAFNqy6lMoQCS9fsQc94Rf32fBTh8LhYGhvNMExkhxIWUtiqYDNB9quLFKjJckrwQhK8WOs7D0n9tKwWYJoAyg7TMci8GS8YQIk4Ud11PAcqEKwFUNqyw3So= Received: by 10.90.105.19 with SMTP id d19mr644542agc.1174399420956; Tue, 20 Mar 2007 07:03:40 -0700 (PDT) Received: by 10.114.157.15 with HTTP; Tue, 20 Mar 2007 07:03:40 -0700 (PDT) Message-ID: Date: Tue, 20 Mar 2007 17:03:40 +0300 From: "Nikolay Samokhvalov" Reply-To: nikolay@samokhvalov.com To: pgsql-www@postgresql.org Subject: Search on postgresql.org doesn't work properly? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200703/42 X-Sequence-Number: 11739 Trying to search for "INHERITS" I see empty result: http://search.postgresql.org/search?u=%2Fdocs%2F8.2%2Finteractive%2F&q=INHERITS "Your search for INHERITS returned no hits." But if I check "Include community sites" checkbox, I get 467 links: http://search.postgresql.org/search?u=%2Fdocs%2F8.2%2Finteractive%2F&q=INHERITS&a=1 "Results 1-20 of 467. ..." Why so? The first link found is http://www.postgresql.org/docs/8.1/interactive/ddl-partitioning.html. Why the main documentation is included to search results only when "Include community sites" is selected? Also, a couple of additional notes: 1. I would add DISTINCT to search SELECT (in the example above results 2-5 are the same, http://www.postgresql.org/docs/current/interactive/ddl-partitioning.html). 2. I'd also add ordering rule to push most recent version of documentation up (in the same example we see that #1 is docs for v8.1, and only after that -- the same page for v8.2). -- Best regards, Nikolay