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