Re: Search

From: Jie Liang <jliang(at)ipinc(dot)com>
To: "Sebastian --[ www(dot)flashhilfe(dot)de ]--" <hallogammler(at)aol(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Search
Date: 2001-02-06 18:18:58
Message-ID: Pine.BSF.4.10.10102061014510.45535-100000@tidal.ipinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

You seem want to match string insensitively, I guess.
Try:
~* 'test' -- match Test|tEst|tESt ...
~* '.*test.*' -- match whateverTesTwhatever

Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang(at)ipinc(dot)com
www.ipinc.com

On Mon, 5 Feb 2001, Sebastian --[ www.flashhilfe.de ]-- wrote:

> Hi
>
> I hope someone can help me....
>
> My problem:
>
> I have make a search machine whit:
>
> LIKE '%$suchbegriffe[$i]%'
>
> but when I search Test - the search machine shows only entries
> whit Test. But not test or tESt.
>
> (sorry for my bad english)
>
> Regards, Sebastian
>
>

In response to

  • Search at 2001-02-05 21:21:51 from Sebastian --[ www.flashhilfe.de ]--

Browse pgsql-sql by date

  From Date Subject
Next Message J.Fernando Moyano 2001-02-06 18:20:57 type casting: varchar to date
Previous Message Jie Liang 2001-02-06 18:13:04 Re: CREATE TABLE AS and ORDER BY