The behavior of the method depending on the full-text indexing property has been added to the Usage section.
FTSearch method
Conducts a full-text search on all documents in a view and filters the view so it represents only those documents that match the full-text query. This method does not find word variants.
Defined in
NotesView
Syntax
numDocs& = notesView.FTSearch( query$, maxDocs% )
Parameter
query$
Use the Clear method to clear the full-text search filtering. The NotesView methods now navigate to the full set of documents in the view.
If the database is not full-text indexed, this method works, but less efficiently. To test for an index, use the IsFTIndexed property. To create an index on a local database, use the UpdateFTIndex method.
Query syntax
To search for a word or phrase, enter the word or phrase as is, except that search keywords must be enclosed in quotes. Remember to escape quotes if you are inside a literal.
Wildcards, operators, and other syntax are permitted. For the complete syntax rules, see "To find documents using operators" in Notes 5 Help.