Full Text fuzzy search

From: Michael Vodep <mvodep(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Full Text fuzzy search
Date: 2006-09-28 07:26:15
Message-ID: EE545F54-F202-45AA-80DD-F055A7B0FB60@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

How can i do a full text fuzzy search with PgSQL?

For example: i got a text domain. I search for Postgresql
He should return a result for 'Postgresql' if i enter following values:
PostgreSQL, Postgresql, postgresql
but also
bostgresql, posdgresql, bosdgresql

Is this possible?

Regrads
michael

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias.Pitzl 2006-09-28 07:46:29 Definition of return types for own functions?
Previous Message Najib Abi Fadel 2006-09-28 06:15:27 Re: grant select on all tables of schema or database