Re: problems with tsearch

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: Diogo de Oliveira Biazus <diogo(at)ikono(dot)com(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problems with tsearch
Date: 2003-02-19 09:03:31
Message-ID: 3E534863.6090607@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You should use portuguese stemmer. Current tsearch isn't very flexible, but it's
possible.
Try to look on tsearch2 on http://www.sai.msu.su/~megera/postgres/gist/

Diogo de Oliveira Biazus wrote:
>
> Please, can anybody help me?
> I'm trying to use tsearch on a specific database,
> but the texts I'm indexing are in portuguese.
> So, everytime I search for a word with a graphical sign (á, é, ô, etc.)
> I got an empty resultset.
> I've already tested it on an ascii encoded database and on an latin1
> encoded database.
>
> Thanks in advance,
>

--
Teodor Sigaev
teodor(at)stack(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-02-19 09:07:14 Re:
Previous Message Thomas Beutin 2003-02-19 08:51:30 Re: permissions