ZotPad
ZotPad copied to clipboard
Add scope bar to search
Add scope bar (title, year, etc) to search
This should be done when the search in general is improved, and should wait until tags are supported
This would involve changes to
ZPItemListViewController, potentially ZPItemList, and ZPDatabase, particularly the method:
+(NSArray_) getItemKeysForLibrary:(NSInteger)libraryID collectionKey:(NSString_)collectionKey searchString:(NSString_)searchString tags:(NSArray_)tags orderField:(NSString*)orderField sortDescending:(BOOL)sortDescending;
In the first implementation, ZPServerConnection does not need to restrict the search to a particular scope. (The server connection needs to be changed a lot to support Zotero Server API v2)