Re: Synonyms in doc search

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Synonyms in doc search
Date: 2018-10-15 11:41:32
Message-ID: 96F922EB-FB42-4816-98F0-4BDA46021F46@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> On 14 Oct 2018, at 18:47, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> On Sat, Oct 13, 2018 at 1:15 AM Daniel Gustafsson <daniel(at)yesql(dot)se <mailto:daniel(at)yesql(dot)se>> wrote:
> Is is possible to add synonyms (in some way, or similar functionality) to the
> docs search in order to promote content? I just searched for TLS in the v10
> docs and the number one hit, out of meagre 7 in total, is the 9.1.17 release
> notes. If I instead search for SSL there are 130 hits with the first one being
> the relevant page. Personally I know the reason for this, but a newcomer is
> unlikely to.
>
> We don't have the ability to do this specifically for the docs search, but we could do it globally across either all the website search or even all the website + all the archives. A bit of a pain to reindex the archives (especially since I just did it a couple of days ago, see note on -www about downtime), but the website part should be quick. It's just a tsearch synonym dictionary...
>
> If we do want to do that, we may want to give some thought to if we should add any more synonoyms at the same time?

I see, I was hoping it would be a simpler fix. I still think TLS should be
added as a synonym, but there is no rush of course. Whenever indexing happens
next would be good.

cheers ./daniel

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Bruce Momjian 2018-10-15 17:49:00 Re: Addendum to the FAQ
Previous Message Magnus Hagander 2018-10-14 16:47:54 Re: Synonyms in doc search