tsattler(at)speakeasy(dot)net wrote:
>
> Greetings All.
>
> I have a record on my database with a last name of 'DeFelice'.
>
> I want to be able to retrieve that record whether a user enters 'DeFelice', 'Defelice', 'defelice', or 'DEFELICE'. Is there a way I can do that? Is that what the "ilike" function does?
>
> I'm on 7.0.3.
~* Match (regex), case insensitive is what you are looking for.
Regards,
Oliver