#import <JiveSearchContentsRequestOptions.h>
Inherits JiveSearchTypesRequestOptions.
Instance Methods | |
| (void) | - addPlaceID: |
| Helper method to add a place id to the places array. | |
| (void) | - addPlaceURL: |
| Helper method to add a place URL to the places array. | |
Properties | |
| BOOL | subjectOnly |
| Optional boolean value indicating whether or not to limit search results to only content objects whose subject matches the search keywords. | |
| NSDate * | after |
| Select content objects last modified after the specified date/time. | |
| NSDate * | before |
| Select content objects last modified before the specified date/time. | |
| NSURL * | authorURL |
| Select content objects authored by the specified person. Only one of authorURL and authorID can be specified. | |
| NSString * | authorID |
| Select content objects authored by the specified person. Only one of authorID and authorURL can be specified. | |
| NSString * | moreLikeContentID |
| Select content objects that are similar to the specified content object. | |
| NSArray * | places |
| Select content objects that are contained in the specified place or places. The parameter value(s) must be full or partial (starting with "/places/") URI for the desired place(s), see the add methods. | |
https://docs.developers.jivesoftware.com/api/v3/cloud/rest/SearchService.html#searchContents(List<String>,%20List<String>,%20boolean,%20String,%20int,%20int,%20String,%20String)