Re: ts_headline and query with hyphen - Mailing list pgsql-general

From daniel
Subject Re: ts_headline and query with hyphen
Date
Msg-id 50BED54E.7040300@gmail.com
Whole thread Raw
In response to Re: ts_headline and query with hyphen  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
As a follow up to my previous comment, this is a cutting example

select ts_headline('game played on-line', to_tsquery('on-line & game'),
'MaxWords=3,MinWords=2,ShortWord=1');

       ts_headline
-----------------------
  <b>game</b> played on


that can't be right...

daniel


pgsql-general by date:

Previous
From: Lonni J Friedman
Date:
Subject: Re: Table with million rows - and PostgreSQL 9.1 is not using the index
Next
From: Alan Hodgson
Date:
Subject: Re: Table with million rows - and PostgreSQL 9.1 is not using the index