Обсуждение: sort by relevance

Поиск
Список
Период
Сортировка

sort by relevance

От
Serhiy Levchenko
Дата:
HI, PPL!

How am I able to sort query results by relevance?
I use contrib/tsearch to search using fill text index!

--
WBR, sector119


Re: sort by relevance

От
Björn Metzdorf
Дата:
> 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