Re: Fuzzy text search - Mailing list pgsql-general

From Hannes Dorbath
Subject Re: Fuzzy text search
Date
Msg-id dlad4v$baq$1@news.hub.org
Whole thread Raw
In response to Fuzzy text search  (jennyw <jennyw@dangerousideas.com>)
List pgsql-general
On 14.11.2005 16:46, jennyw wrote:
> We've heard that PostgreSQL can do fuzzy search, but haven't had much
> luck. I'm brand new to PostgreSQL, so this might be completely obvious
> for an experienced user.
> Are there any how-tos on fuzzy text searching? Someone said to try using
> tsearch2, but it seems that it does full-text searching, but not fuzzy
> search. Ideally, we'd like to use that w/ a fuzzy search option. In
> particular, if someone searches for "imat" we want to return results
> including "immaterial" and "imaterial" (so misspellings plus partial
> match).


tsearch2 + pg_trgm might be what your are looking for, both can be found
in the contrib directory.


--
Regards,
Hannes Dorbath

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Fuzzy text search
Next
From: Teodor Sigaev
Date:
Subject: Re: Fuzzy text search