[opencms-dev] How to Use Lucene module
M Butcher
mbutcher at grcomputing.net
Thu Apr 22 22:11:02 CEST 2004
simple-search.jsp is the results page -- you will want to include it in
a separate search results page.
Elsewhere, you will want a form that submits a query named q.
<form action="search_results.jsp">
Search:
<input type="text" name="q"/>
<input type="submit" value="search"/>
</form>
Matt
Rafael Diaz Valdes wrote:
> Hi,
>
> I have instaled lucene search module without problems, but now I like to incorporate a search form in my template.jsp .
>
> I know that I have to use that line:
> <cms:import
> page="/system/modules/net.grcomputing.opencms.search.lucene/elements/sim
> ple-search.jsp"/>
>
> but where ??? in my template.jsp ????
>
> also where should I put the simple-search.jsp and how could I show the search result using my template.jsp
>
> if someone have used this module before please help me to know how to use it.
> Best Regards
> Rafael
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list