vendor/Pods/NanoStore/Classes/Public/NSFNanoSearch.h in nano-store-0.3.8 vs vendor/Pods/NanoStore/Classes/Public/NSFNanoSearch.h in nano-store-0.3.9

- old
+ new

@@ -172,9 +172,11 @@ @property (nonatomic, assign, readwrite) BOOL groupValues; /** * The SQL statement used for searching. Set when executeSQL: is invoked. */ @property (nonatomic, copy, readonly) NSString *sql; /** * The sort holds an array of one or more sort descriptors of type \link NSFNanoSortDescriptor NSFNanoSortDescriptor \endlink. */ @property (nonatomic, strong, readwrite) NSArray *sort; +/** * The filterClass allows to filter the results based on a specific object class. */ +@property (nonatomic, strong, readwrite) NSString *filterClass; /** @name Creating and Initializing a Search */ //@{ \ No newline at end of file