You are here

initWithExactMatch:includeContent

- (id)initWithExactMatch:(BOOL)exactMatch includeContent:(BOOL)includeContent - Initializes a keyword search options object with an exact match and include content value.

Parameters

(BOOL) exactMatch
Set to true for an exact match.
(BOOL) includeContent
Set to true to perform a full text search.

Returns

(id) - returns the initialized object.

Example