BUG #16345: ts_headline does not find phrase matches correctly

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16345: ts_headline does not find phrase matches correctly
Дата
Msg-id 16345-2e0cf5cddbdcd3b4@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16345: ts_headline does not find phrase matches correctly  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16345
Logged by:          Augustinas Jokubauskas
Email address:      doitsimplefy@gmail.com
PostgreSQL version: 12.0
Operating system:   Ubuntu 18.04.3
Description:

When query:

select ts_headline(
    $$Lorem ipsum urna.  Nullam  nullam ullamcorper urna.$$,
    to_tsquery('Lorem') && phraseto_tsquery('ullamcorper urna'),
    'StartSel=#$#, StopSel=#$#, FragmentDelimiter=$#$, MaxFragments=100,
MaxWords=100, MinWords=1'
);

is ran, a fragment of
> Lorem ipsum urna.  Nullam  nullam ullamcorper urna.
should be returned, however, the result is a single word of #$#Lorem#$# is
returned, meaning that ts_headline did not find the queried string.


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16344: json_agg slow performance vs jsonb_agg, truncate table for master table with remote partition
Следующее
От: Alexander Lakhin
Дата:
Сообщение: Re: BUG #16329: Valgrind detects an invalid read when building a gistindex with buffering