Inherits from NSObject
Conforms to NSCoding
Declared in AlfrescoKeywordSearchOptions.h

Overview

The AlfrescoKeywordSearchOptions are used in Alfresco Search Service.

Author: Gavin Cornwell (Alfresco), Tijs Rademakers (Alfresco), Mike Hatfield (Alfresco)

Instance Methods

initWithExactMatch:includeAll:

@param exactMatch

- (id)initWithExactMatch:(BOOL)exactMatch includeAll:(BOOL)includeAll

Parameters

includeAll
  • searches content and metadata (implies includeContent)

Discussion

@param exactMatch

Declared In

AlfrescoKeywordSearchOptions.h

initWithExactMatch:includeAll:folder:includeDescendants:

@param exactMatch

- (id)initWithExactMatch:(BOOL)exactMatch includeAll:(BOOL)includeAll folder:(AlfrescoFolder *)folder includeDescendants:(BOOL)includeDescendants

Parameters

includeAll
  • searches content and metadata (implies includeContent)
folder
  • the node to be searched
includeDescendants
  • search sub-folders as well

Discussion

@param exactMatch

Declared In

AlfrescoKeywordSearchOptions.h

initWithExactMatch:includeContent:

@param exactMatch

- (id)initWithExactMatch:(BOOL)exactMatch includeContent:(BOOL)includeContent

Parameters

includeContent
  • searches also the content of files

Discussion

@param exactMatch

Declared In

AlfrescoKeywordSearchOptions.h

initWithExactMatch:includeContent:folder:includeDescendants:

@param exactMatch

- (id)initWithExactMatch:(BOOL)exactMatch includeContent:(BOOL)includeContent folder:(AlfrescoFolder *)folder includeDescendants:(BOOL)includeDescendants

Parameters

includeContent
  • searches also the content of files
folder
  • the node to be searched
includeDescendants
  • search sub-folders as well

Discussion

@param exactMatch

Declared In

AlfrescoKeywordSearchOptions.h

initWithFolder:includeDescendants:

  • the node to be searched
- (id)initWithFolder:(AlfrescoFolder *)folder includeDescendants:(BOOL)includeDescendants

Parameters

folder
  • the node to be searched
includeDescendants
  • search sub-folders as well

Declared In

AlfrescoKeywordSearchOptions.h