MRSearchRequest Class Reference

Inherits from NSObject
Declared in MRSearchRequest.h

Overview

Describes a search to be performed on Meridian servers.

  naturalLanguageQuery

The search term to use when filtering results.

@property (nonatomic, copy, nullable) NSString *naturalLanguageQuery

Declared In

MRSearchRequest.h

  app

The Meridian app whose data should be searched.

@property (nonatomic, copy) MREditorKey *app

Declared In

MRSearchRequest.h

  limit

Limits the number of results for each paginated response. The default page_size limit is set to 100 and can be set to a maximum value of 10000.

@property (nonatomic, assign) NSInteger limit

Declared In

MRSearchRequest.h

  timestamp

The date the request was created on.

@property (nonatomic, copy) NSDate *timestamp

Declared In

MRSearchRequest.h