[
https://issues.apache.org/jira/browse/COUCHDB-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Anderson closed COUCHDB-346.
----------------------------------
Resolution: Fixed
Fix Version/s: (was: 0.11)
0.10
this is fixed. to include the local seq of documents into your view, add
options : {
local_seq : true
}
to your design doc.
> ddoc option to include seq number on the doc for view generation
> ----------------------------------------------------------------
>
> Key: COUCHDB-346
> URL: https://issues.apache.org/jira/browse/COUCHDB-346
> Project: CouchDB
> Issue Type: New Feature
> Components: JavaScript View Server
> Reporter: Chris Anderson
> Fix For: 0.10
>
>
> this allows us to collate docs in the order they were recorded on the local
> database. useful for lots of things, like Eric's replication processor but
> also for ordering messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.