Re: Simplifying Text Search - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Simplifying Text Search
Date
Msg-id 12778.1195011277@sss.pgh.pa.us
Whole thread Raw
In response to Re: Simplifying Text Search  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Simplifying Text Search  ("Webb Sprague" <webb.sprague@gmail.com>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> The fact that we are having this discussion at all demonstrates to me 
> that we should leave well alone - any use of LIKE in this context is 
> just about guaranteed to cause massive confusion.

Also, the semantics of LIKE are perfectly clearly specified by the SQL
standard; unless you're willing to ignore the spec, it's simply not
that useful for full-text search.  Therefore, we have to tell people
to use some other API anyway.  The existing tsearch2 API at least has
the virtue of having been proven in the field over several years.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [GENERAL] plperl and regexps with accented characters - incompatible?
Next
From: "Webb Sprague"
Date:
Subject: Re: Simplifying Text Search