From: | timothy_maguire(at)hartehanks(dot)com |
---|---|
To: | Jon Hassen <jhassen(at)azstarnet(dot)com> |
Cc: | arun kv <arun(at)library(dot)iisc(dot)ernet(dot)in>, PGSQL <pgsql-php(at)postgresql(dot)org>, pgsql-php-owner(at)postgresql(dot)org |
Subject: | Re: case insensitive search |
Date: | 2002-03-15 17:40:34 |
Message-ID: | OF29FC6A69.1235D51D-ON85256B7D.0060FDA2@hartehanks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
I also use the ~* operator for situations like these
select * from table
where field ~* 'searchterm'
and ....
Tim.
Timothy P. Maguire
Web Developer II
Harte-Hanks
978 436 3325
Jon Hassen
<jhassen(at)azstarnet(dot) To: arun kv <arun(at)library(dot)iisc(dot)ernet(dot)in>, PGSQL
com> <pgsql-php(at)postgresql(dot)org>
Sent by: cc:
pgsql-php-owner(at)pos Subject: Re: case insensitive search
tgresql.org
03/15/2002 12:36 PM
Have you looked in the manual?
Try: 'where ILIKE 'searchword';
At 12:01 PM +0530 3/15/02, arun kv wrote:
>hello,
> how to do a case insensitive search on postgresql database. i will
>enter a keyword in text field and it has to search for that keyword in
>keywords field of table and should be case insensitive.
>
>can i use egrei() function. if so how.here two attributes should be
>strings. but first attribute i will get from previous php page and second
>attribute is field name of database table. how do i do this.
> pls help me
> thanking you
> Arun
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly
HARTE- HANKS PRIVILEGED AND CONFIDENTIAL INFORMATION- if you are not the
addressee or authorized to receive this for the addressee, you must not
use, copy, disclose or take any action based on this message or any
information herein and should delete this message.
From | Date | Subject | |
---|---|---|---|
Next Message | Frank Joerdens | 2002-03-16 23:24:33 | pg_errormessage within a transaction block (doesn't work as expected) |
Previous Message | Jon Hassen | 2002-03-15 17:36:41 | Re: case insensitive search |