X-Original-To: pgsql-advocacy-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 190F7D1B456; Mon, 19 Jan 2004 20:31:43 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 33407-04; Mon, 19 Jan 2004 16:31:13 -0400 (AST) Received: from mail1.ihs.com (mail1.ihs.com [170.207.70.222]) by svr1.postgresql.org (Postfix) with ESMTP id 9AF73D1D1B0; Mon, 19 Jan 2004 16:31:07 -0400 (AST) Received: from css120.ihs.com (css120.ihs.com [170.207.105.120]) by mail1.ihs.com (8.12.10/8.12.10) with ESMTP id i0JKTHWI011183; Mon, 19 Jan 2004 13:29:17 -0700 (MST) Date: Mon, 19 Jan 2004 13:27:13 -0700 (MST) From: "scott.marlowe" To: "Joshua D. Drake" Cc: "'PostgreSQL General'" , Postgresql Advocacy Subject: Re: New PostgreSQL search resource In-Reply-To: <400C29E4.90908@commandprompt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IHS-MailScanner: Found to be clean X-IHS-MailScanner-SpamCheck: X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200401/271 X-Sequence-Number: 3453 On Mon, 19 Jan 2004, Joshua D. Drake wrote: > Well, if you search for select distinct... OpenFTS automatically searches > for select & distinct. My search returned: > > 5 results with the first one being this: > > http://www.commandprompt.com/community//search.lxp?lxpwrap=734/queries-select-lists.html > > Which seems fairly accurate ;). Perhaps a better description of what the > problem actually is or > the behavior you are expecting? Yes, phrase searching generally means you enter an exact string of words, in a particular order, and it searches on those strings in that order. this comes in handy when looking for strings where the words together mean one thing, and apart may mean something else, like set transaction isolation level Many of those words appear throughout the docs, and may well all appear on the same page but not be tied together with each other on each page. If we do a phrase search we only see the places where those words are together. Individual word searching gives me 11 results in htdig, whereas the phrase gives me 3 hits, the second of which is obviously the correct one (the first is release notes for 6.5... hmmm.) With the 11 results, moves it down to number 7. This is especially useful when you can search on a couple of small phrases that might go together. Anyway, it's no big deal, just wondering if it supported phrase searching.