Search engine

Hi everybody,I need to do a search engine in my web site.

The user will enter a keyword,and then clicks on the submit button.

The website is composed of 5 or 6 databases and i want the search to be done in all the databases related to the site.

(the serach form is in every page of the site (a small HTML form with a search field and a submit button)).

thank u all for the help.

Subject: Search engine

A few tips :Identiy ur search mechanism ( db search or ft search )

If u choose to use ft search then make sure that the databases are full text indexed, however db search doesnot require indexing

Create a lotus script agent which u would call from the WebQuerySave agent on the search form

Maintain a list of databases to be searched in a array

Perform search on each database in the array

Display the output using the Print statement. You could format the search results with css and create hyperlinks using anchor tags.

cheers !!

Subject: RE: Search engine

thank u for the quick response.My search engine is not within a notes form.

It always appears in th top of the pages (notes documents)

can u give more hints??

Thanx a lot

Subject: See my response to your cross-post in the R4/R5 forum.