avram / zandy

Zotero on Android
http://www.gimranov.com/avram/w/zandy-user-guide
GNU Affero General Public License v3.0
148 stars 28 forks source link

item sorting #44

Closed avram closed 10 years ago

avram commented 12 years ago

Sort items by something other than the default of year, then title. Added in 39dc599ce06cb0c1e237b18a233eae0eb41f122a

samplereality commented 12 years ago

I really appreciate the different sort options in Zandy 1.1. I wonder if one more sort method could be implemented: sort by date added. I tend to look up items I have recently added, so it'd be handy to have them appear at the top of a sort list. This would also mirror how I sort my items in Zotero itself.

avram commented 12 years ago

Sure. I'll add that soon. I'll be adding more fields for search, and this is actually the same issue-- not all the item data is stored in the database in separate columns; some is in a blob of JSON data, so haven't added sort or search by fields that don't have database fields. But look for this to come soon.

avram commented 12 years ago

Next build of Zandy 1.1.x will have sorting by date modified, since that was already in the data model. Other sort fields will come a little later.

ivotron commented 12 years ago

+1 for sort by 'date added'

avram commented 12 years ago

Meaning 'date added' in addition to 'date modified'? The latter should be available and work now.

ivotron commented 12 years ago

I see, 'date modified' works for me. Thanks a lot!

mlt commented 12 years ago

I've tried to implement fastscroll + index, but more work is needed.

It would be nice if sorting order (asc/desc) could be changed. What would be the GUI for that?