You are here

initWithExactMatch:includeAll

- (id)initWithExactMatch:(BOOL)exactMatch includeAll:(BOOL)includeAll - Initializes a keyword search options object with an exact match and include all (metadata and content) value.
Note: This method was added in SDK 1.1

Parameters

(BOOL) exactMatch
Set to true for an exact match.
(BOOL) includeAll
Set to true to search both content and metadata.

Returns

(id) - returns the initialized object.

Example