- (id)initWithExactMatch:(BOOL)exactMatch
includeContent:(BOOL)includeContent folder:(AlfrescoFolder *)folder
includeDescendants:(BOOL)includeDescendants - Initialize a keyword search options
object with a specific value for exactMatch, includeContent, folder and include
descendants.
Parameters
- (BOOL) exactMatch
- Set to true for an exact match.
- (BOOL) includeContent
- Set to true to perform a full text search.
- (AlfrescoFolder *) folder
- The folder to search.
- (BOOL) includeDescendants
- Set to true to include descendents of the folder in the search.
Returns
(id) - returns the initialized object.