Re: Google like search string to be implemented
- From: "Richard Ji" <richard.c.ji@xxxxxxxxx>
- To: mail@xxxxxxxxx
- Date: Fri, 16 Mar 2007 01:59:08 -0400
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@xxxxxxxxx> 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"
- References:
- Google like search string to be implemented
- From: abhishek jain
Other related posts:
- » Google like search string to be implemented
- » Re: Google like search string to be implemented
- » Re: Google like search string to be implemented
- » Re: Google like search string to be implemented
- » Re: Google like search string to be implemented
- » Re: Google like search string to be implemented
- » Re: Google like search string to be implemented
- » Re: Google like search string to be implemented
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"
- Google like search string to be implemented
- From: abhishek jain