Skip to content

Commit

Permalink
Improve documentation on BRSearchObjectType. Fixes #7.
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed Feb 8, 2016
1 parent 41d082e commit e208c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BRFullTextSearch/BRIndexable.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ typedef NS_ENUM (unsigned int, BRIndexableIndexType) {
* Get the type of object this document represents.
*
* Search documents are uniquely identified by combining their `indexObjectType` **and**
* `indexIdentifier` values.
* `indexIdentifier` values. The actual values used are arbitrary and application dependent.
* Simple applications might use a single value for all search documents.
*
* @return the type of object
*/
Expand Down
2 changes: 1 addition & 1 deletion BRFullTextSearch/BRSearchFields.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern NSString *const kBRSearchFieldNameValue;
/** Search field constant for a date value (`s`). */
extern NSString *const kBRSearchFieldNameTimestamp;

/** Type definition for a "type of" search object flag. */
/** Type definition for a "type of" search object flag. Values are arbitrary and application dependent. */
typedef char BRSearchObjectType;

/**
Expand Down

0 comments on commit e208c80

Please sign in to comment.