Developing a searching engine - Mailing list pgsql-novice

From JORGE MALDONADO
Subject Developing a searching engine
Date
Msg-id CAAY=A7_n=-9M9fn5Wf6y9AWbHP=jq+to7E1C6uhH1vrhprGEzw@mail.gmail.com
Whole thread Raw
Responses Re: Developing a searching engine  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
List pgsql-novice
I am developing a web application in which I want to include a search engine but I would like to "recommend" possible situations. For example, if a user wants to search for the name of an artist, lets say RINGO STAR, an it is typed RYNGO ZTAR; I would like to suggest such a user that he/she could have meant RINGO STAR.
I have read PostgreSQL documentation and I see the LIKE and SIMILAR operators, can one of them serve my purpose or should I look for a special algorithm?

I will appreciate any comment.

Respectfully,
Jorge Maldonado

pgsql-novice by date:

Previous
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: WARNING: pgstat wait timeout
Next
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: Developing a searching engine