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

Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL and building a search engine

PL/SQL and building a search engine

From: Bryan J. Gentile <bgentile_at_bdsinc.com>
Date: 1997/10/14
Message-ID: <34438BC8.29A5B5D@bdsinc.com>#1/1

I am trying to build a small search engine via PL/SQL stored procedure. I guess my question is what is the best way to compare a string coming into the procedure with what exists in the database. For example: I am building a message posting web board. I want a user to be able to search for messages which may exist in a given topic. Therefore I would have them type in a keyword and then pass that keyword into the stored procedure. In the database I have a message_subject field and a message field. Now how could I compare the keyword that was passed into the search engine with the messages that exist in the database for that topic?

If answering this question, could you send response via email since I cannot check the newsgroup too many times during the day. Thanks.

--

**************************************
Bryan J. Gentile Consultant Business Data Services, Inc. Glastonbury, CT 06033 Phone: (860) 633-3693 (ext. 3025) Vmail: (ext. 6030)
**************************************
Received on Tue Oct 14 1997 - 00:00:00 CDT

Original text of this message

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