Another bug in tsearch?

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Another bug in tsearch?
Date: 2002-11-05 03:33:01
Message-ID: GNELIHDDFBOCMGBFGEFOEEHACEAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Oleg & Teodor,

This behaviour is causing problems in my search engine:

australia=# select 'banana/pineapple'::mquery_txt;
mquery_txt
--------------------
'banana/pineapple'
(1 row)

In our case the forward slash symbol should really be treated as a word
break. Are there any cases where it shouldn't be? I can maybe only think
of 3/4, etc.

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-11-05 03:51:31 Re: Is my Internet connection slow
Previous Message Bruce Momjian 2002-11-05 03:17:51 Re: Request for supported platforms