JSP CUSTOM TAG LIBRARIES


ftsearch tag
Performs a full text search of a database. The result is a list of documents that fit the search criteria. Use the docloop or page tags to sequence over the resulting documents and the item or formula tags to display the summary data.

To perform a full text search of a view, use the ftsearch attribute of the view tag.

Contexts

Valid in:


Creates for:
Syntax
Attributes

dbname


dbserver
host
id
max
options You can specify multiple options, but must separate each with a comma(,). Optional.
password
query
sort Default is score. Optional.
user
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also