Re: Google like search string to be implemented

2007-03-11 Thread abhishek jain
So is there any other alternative. Thanks, Abhishek jain On 3/10/07, Michael Dykman <[EMAIL PROTECTED]> wrote: LIKE and NOT LIKE can be a dangerous path.. it is very easy to put yourself in a situation where your logic design requires full table scans for every query.. - michael dykman On

Re: Google like search string to be implemented

2007-03-09 Thread abhishek jain
On 3/8/07, abhishek jain <[EMAIL PROTECTED]> wrote: On 3/6/07, abhishek jain <[EMAIL PROTECTED]> wrote: > > > > On 3/6/07, Nils Meyer <[EMAIL PROTECTED] > wrote: > > > Hi, > > > > abhishek jain wrote: > > > I am having a database with varchar(255) columns named title, > > > extra_info1,extra_i

Re: Google like search string to be implemented

2007-03-07 Thread abhishek jain
On 3/6/07, abhishek jain <[EMAIL PROTECTED]> wrote: On 3/6/07, Nils Meyer <[EMAIL PROTECTED]> wrote: > Hi, > > abhishek jain wrote: > > I am having a database with varchar(255) columns named title, > > extra_info1,extra_info2,extra_info3 . > > I want to search all these columns with a search

Re: Google like search string to be implemented

2007-03-06 Thread abhishek jain
On 3/6/07, Nils Meyer <[EMAIL PROTECTED]> wrote: Hi, abhishek jain wrote: > I am having a database with varchar(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

Re: Google like search string to be implemented

2007-03-06 Thread Nils Meyer
Hi, abhishek jain wrote: I am having a database with varchar(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" I t

Google like search string to be implemented

2007-03-05 Thread abhishek jain
Hi Friends, I am having a database with varchar(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" As you can see the