Android - Sorting documents through iteration of query results before sending them to ListView

Hi @heretyk,

In the map function you could emit the TimeUpdated property as well and use the start key and end key query options to filter out the documents you won’t need (you can set the start key to the current time for example).

Can you paste your map/reduce block? Also, how does the comparison of TimeUpdated with the current time change the results? Do you remove the documents with a TimeUpdated that’s prior to the current time?

James