Sorting in Couchabselite

14 views
Skip to first unread message

vidya jejurkar

unread,
Nov 10, 2016, 7:26:11 AM11/10/16
to Couchbase Mobile
I want to sort my data according to Time stamp .how to do it in Couchbaselite android.anyone has any idea?
Need help

jam...@couchbase.com

unread,
Nov 10, 2016, 1:39:47 PM11/10/16
to Couchbase Mobile
In your map function, you could emit the timestamp (integer) as the key. See the keys and values paragraph in the documentation. Or, you can also store the date as a string on your document in ISO-8601 format and emit that as a string (that's how the training app does it).

James
Reply all
Reply to author
Forward
0 new messages