ZotPad icon indicating copy to clipboard operation
ZotPad copied to clipboard

Add scope bar to search

Open mronkko opened this issue 12 years ago • 2 comments

Add scope bar (title, year, etc) to search

mronkko avatar Apr 16 '12 16:04 mronkko

This should be done when the search in general is improved, and should wait until tags are supported

mronkko avatar May 13 '12 05:05 mronkko

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)

mronkko avatar Mar 14 '13 09:03 mronkko