Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Google like search string to be implemented

Re: Google like search string to be implemented

From: Richard Ji <richard.c.ji_at_gmail.com>
Date: Fri, 16 Mar 2007 01:59:08 -0400
Message-ID: <b4d52f20703152259x4fb1a050n789cb0135ab486fa@mail.gmail.com>


I did something like that 7 years ago. If you are serious about building google like search syntax, you need to build your own parser. I used JavaCC (Java compiler compiler) to define the grammer and dynamically buile the SQL where clause out of the parse tree.

Regards

Richard Ji

On 3/13/07, abhishek jain <mail_at_ejain.com> wrote:
>
> Hi Friends,
> I am having a database with varchar2(255) columns named title,
> extra_info1,extra_info2,extra_info3 .
> I want to search all these columns with a search string given to me via a
> form ,I am using PERL, the string will be like
>
> +abhishek jain -abcd "this should be exact"
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 16 2007 - 00:59:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US