Обсуждение: [pgsql-www] Same abstract for all search results

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

[pgsql-www] Same abstract for all search results

От
Daniel Gustafsson
Дата:
The search results abstract seems to recently have become the same for every
search hit, I get this for each hit:

    <div>...Search Documentation:
    Home
    Documentation
    Manuals
    PostgreSQL devel
    (2017-05-25 00:42:18)
    This page...</div>

Not sure when that happened but I’m pretty sure we had more relevant content
there previously?  Also no obvious commits in pgweb that shed more light on it.

cheers ./daniel

--
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

Re: [pgsql-www] Same abstract for all search results

От
Magnus Hagander
Дата:
On Fri, May 26, 2017 at 2:50 AM, Daniel Gustafsson <daniel@yesql.se> wrote:
The search results abstract seems to recently have become the same for every
search hit, I get this for each hit:

    <div>...Search Documentation:
    Home
    Documentation
    Manuals
    PostgreSQL devel
    (2017-05-25 00:42:18)
    This page...</div>

Not sure when that happened but I’m pretty sure we had more relevant content
there previously?  Also no obvious commits in pgweb that shed more light on it.

It seems that got broken when we deployed the new tsearch parser from pgpro, but the fault wasn't in that one. We ended up with a mismatch of tsconfigs on the updates vs the searches. Meaning it worked fine as long as you only searched for "normal words" which would end up being the same using the old and the new parser, but fail when it didn't. At least that's my analysis.

I've deployed a fix now, so it should work. Please confirm if it works with your test case as well.

Re: [pgsql-www] Same abstract for all search results

От
Daniel Gustafsson
Дата:
> On 26 May 2017, at 16:31, Magnus Hagander <magnus@hagander.net> wrote:
>
> On Fri, May 26, 2017 at 2:50 AM, Daniel Gustafsson <daniel@yesql.se <mailto:daniel@yesql.se>> wrote:
> The search results abstract seems to recently have become the same for every
> search hit, I get this for each hit:
>
>     <div>...Search Documentation:
>     Home
>     Documentation
>     Manuals
>     PostgreSQL devel
>     (2017-05-25 00:42:18)
>     This page...</div>
>
> Not sure when that happened but I’m pretty sure we had more relevant content
> there previously?  Also no obvious commits in pgweb that shed more light on it.
>
> It seems that got broken when we deployed the new tsearch parser from pgpro, but the fault wasn't in that one. We
endedup with a mismatch of tsconfigs on the updates vs the searches. Meaning it worked fine as long as you only
searchedfor "normal words" which would end up being the same using the old and the new parser, but fail when it didn't.
Atleast that's my analysis. 
>
> I've deployed a fix now, so it should work. Please confirm if it works with your test case as well.

Works perfectly, thanks!

cheers ./daniel



--
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www