Thread: Re: [GENERAL] sort by relevance

Re: [GENERAL] sort by relevance

From
Björn Metzdorf
Date:
> How am I able to sort query results by relevance?
> I use contrib/tsearch to search using fill text index!

I think you need to use OpenFTS (openfts.sf.net). tsearch does not provide
relevance ranking at this time.

Regards,
Bjoern