Re: Problem with site doc search - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Problem with site doc search
Date
Msg-id 20080416105512.310facc0@mha-laptop
Whole thread Raw
In response to Re: Problem with site doc search  (Cédric Villemain <cedric.villemain@dalibo.com>)
Responses Re: Problem with site doc search  (Cédric Villemain <cedric.villemain@dalibo.com>)
List 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 by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Problem with site doc search
Next
From: Cédric Villemain
Date:
Subject: Re: Problem with site doc search