
Generating the search index file is only a one phase of implementing the search functionality to your application. You will need to implement also a few other important components, that give the possibility to search and display the results to your users.
Usually, you will need:
- Adequate search algorithm
- Form for entering the searched text
- List with the search results (including the hyperlinks to target pages)
- Possibility to highlight the searched words in displayed target page
JavaScript SiteSearch Generator product gives you all these components in a form of supplied javascript source codes, including the examples of their implementation. The source codes can be found in a "Scripts" subfolder of the product, the templates (implementation examples) are placed in a "Templates" subfolder.
By purchasing the license of "JavaScript SiteSearch Generator" you get the "royalty-free license" to use and distribute these "source codes" as a part of your products. See the License agreement for more info.
See the following topic, to learn more detailed information about the provided javascript source codes:
» JavaScript Search Engine