Re: accentuated letters in text-search

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Andreas Joseph Krogh <andreak(at)officenet(dot)no>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: accentuated letters in text-search
Date: 2010-07-22 05:42:03
Message-ID: 4C47DA2B.8070802@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le 21/07/2010 23:23, Andreas Joseph Krogh a écrit :
> [...]
> I was googling for how to create a text-seach-config with the following
> properties:
> - Map unicode accentuated letters to an un-accentuated equivalent
> - No stop-words
> - Lowercase all words
>
> And came over this from -general:
> http://www.techienuggets.com/Comments?tx=106813
>
> Then after some more googling I found this:
> http://www.sai.msu.su/~megera/wiki/unaccent
>
> Any reason the unaccent dict. and function did not make it in 9.0?
>

Well, AFAICT, it's available in 9.0:

http://www.postgresql.org/docs/9.0/static/unaccent.html

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Wanner 2010-07-22 07:01:32 Re: dynamically allocating chunks from shared memory
Previous Message Fujii Masao 2010-07-22 05:41:05 little mistakes in HS/SR