<% Z::set_settings( "title" => "Search Engine", "help" => "/apps/web/docs/modules/search/index.html", "base" => "modules!search" ); $::f{back} = "/apps/web/modules.ahtml?server=$::f{server}" if( !defined $::f{back} ); %> <% Z::parse( "../../etc/editheader.ahtml" ) %>

This module implements a search engine allowing clients to quickly find documents on the server by specifying a couple of keywords.

The search engine uses an index file which contains information on which documents contain which words, and this is used to answer search queries. The index file is created by the searchindex program in the $ZEUSHOME/web/bin directory. See the documentation system for more information on how to index your website.

The CGI module must be enabled for the search module to function.


<%= Z::form( target=>$::f{back} ) %>
URL for search queries: " name=!url>
Index file: " name=!index>

Input template file: " name=!input_template>

Output template file: " name=!output_template>

<%= Z::endform() %> <% Z::parse( "../../etc/footer.ahtml" ) %>