DataWeb includes a full-text search engine that you can use to search the
tables in your web application.
The easiest way to set up your application for full-text search is to import the
search module. The search module provides an easy user interface for setting up
a search specification and building the search index. It also provides a view
containing a search box component and a results component, for executing a
search and returning the results.
The following topics cover the details of implementing full-text search in your
application. Note that if you're using the search module, most of these details
will be handled for you.
|