Re: Postgresql.org search engine.

From: John Hansen <john(at)geeknet(dot)com(dot)au>
To: pgsql-www(at)postgresql(dot)org
Subject: Re: Postgresql.org search engine.
Date: 2004-06-21 03:35:35
Message-ID: 1087788935.1693.7.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Well, subject is easy enough to implement, as the subject is also the
page title, and we can as it is, limit searches to the title meta tag.

>> -----Original Message-----
>> From: Oleg Bartunov [mailto:oleg ( at ) sai ( dot ) msu ( dot ) su]
>> Sent: 30 January 2004 19:52
>> To: Dave Page
>> Cc: josh ( at ) agliodbs ( dot ) com; pgsql-www ( at ) postgresql ( dot ) org
>> Subject: RE: [pgsql-www] Postgresql.org search engine.
>>
>>
>> This is what you need to look for to optimize search (limit
>> search region by date period). Default search should use
>> something like search last year documents.
>
>Oh, date is not a problem. I just haven't put it on the form yet. It's
>the metadata like author, subject, listname etc. that will take more
>work (though the latter is handled quite well using a subset
>restriction).
>
>Regards, Dave.

And in reply to the following:

>> -----Original Message-----
>> From: Marc G. Fournier [mailto:scrappy ( at ) postgresql ( dot ) org]
>> Sent: 30 January 2004 20:43
>> To: Dave Page
>> Cc: Oleg Bartunov; josh ( at ) agliodbs ( dot ) com; pgsql-www ( at ) postgresql ( dot ) org
>> Subject: Re: [pgsql-www] Postgresql.org search engine.
>>
>>
>> k, before I regenerate the lists, is this stuff you want me
>> to add to the META DATA part?
>
>There's not much point I don't think. It's the XML feed that might make
>use of it, not the standard indexer.
>
>What I really want to see is the absolute bare minimum in the msg files
>(not even the titles that are there at the moment - speacking of which,
>might be worth including them as a php var we can pickup from the
>top_config.php) - as per the example I emailed you. Then, we should be
>able to do anything by editting the header and footer php include files.
>
>Regards, Dave.

The standard indexer can too be reconfigured to take advantage of other (non-standard) meta tags, just as easyly as the xml feed code can.

Regards,

John

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Marc G. Fournier 2004-06-21 05:08:21 Re: Postgresql.org search engine.
Previous Message Dave Page 2004-06-20 21:43:58 WWW & Archives search