Re: Accent insensitive search? - Mailing list pgsql-general

From Christophe
Subject Re: Accent insensitive search?
Date
Msg-id D7509483-1274-4694-A488-E71D37C67A71@thebuild.com
Whole thread Raw
In response to Re: Accent insensitive search?  (Sam Mason <sam@samason.me.uk>)
List pgsql-general
What I've done in the past in this situation is to create a separate
field with the text normalized to whatever the search form is (all
lower case, accents stripped, etc.), and then index and search that
from the application.

Although I've not tried it, a functional index that did the same thing
might work, as long as you were careful in how the queries were
written to ensure that it was used.

pgsql-general by date:

Previous
From: "Will Rutherdale (rutherw)"
Date:
Subject: Re: DBD::Pg's $dbh->func( "/path/to/file", 'lo_import' ) fails silently
Next
From: Jeffrey Trimble
Date:
Subject: configure question