[
https://issues.apache.org/jira/browse/COUCHDB-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642130#action_12642130
]
Jason Davies commented on COUCHDB-143:
--------------------------------------
Future work could involve iterating over complex field values (lists and dicts)
to see if they contain docid links too.
This could also be made more performant if there was a way to lookup multiple
docids simultaneously (I think there is already an issue open for this).
> Automatic links to referenced docids to aid navigation
> ------------------------------------------------------
>
> Key: COUCHDB-143
> URL: https://issues.apache.org/jira/browse/COUCHDB-143
> Project: CouchDB
> Issue Type: New Feature
> Components: Administration Console
> Affects Versions: 0.9
> Environment: Tested in Mozilla Firefox 3.0 and Google Chrome
> Reporter: Jason Davies
> Priority: Minor
> Attachments: docid_lookup.diff
>
>
> Having spent a lot of time in Futon recently, I thought it would be useful to
> be able to navigate to a referenced document directly from the referring
> document.
> For example, my "comment" documents have "post_id", which references the
> docid of a blog post.
> It took a couple of minutes implement this patch. It adds a small "ID: ..."
> link underneath each field value, after performing a lookup on _all_docs to
> see if a document with that field value exists.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.