Re: Problem with site doc search

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Problem with site doc search
Дата
Msg-id 20080416105512.310facc0@mha-laptop
обсуждение исходный текст
Ответ на Re: Problem with site doc search  (Cédric Villemain <cedric.villemain@dalibo.com>)
Ответы Re: Problem with site doc search  (Cédric Villemain <cedric.villemain@dalibo.com>)
Список pgsql-hackers
Cédric Villemain wrote:
> Notice that :
>
> http://search.postgresql.org/search?q=tom+lane&m=1&l=&d=1&s=r
> and
> http://search.postgresql.org/search?q=tom+lane&m=1&l=&d=1&s=d
>
> do not provide same result (3 results by date, 1 by rank) even if
> only the sorting is changed.

Actually, I get 5 and 7, in the other order.

The reason for this is that Tom Lane is way too active. It's
gin_fuzzy_search_limit that's doing the restriction first, and the date
restriction comes in later.

//Magnus


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Problem with site doc search
Следующее
От: Cédric Villemain
Дата:
Сообщение: Re: Problem with site doc search