Changes between Initial Version and Version 1 of Ticket #1820
- Timestamp:
- 05/16/11 20:12:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1820 – Description
initial v1 1 The Related tab on an item currently shows the getDisplayTitle() string for each related item. In many common use cases for related items (book reviews, alternative editions, law cases) the title alone does not discriminate between the items, necessitating back-and-forth navigation to identify which source in the list is of interest.1 The Related tab on an item currently shows the getDisplayTitle() string for each related item. As [http://forums.zotero.org/discussion/14153/%3FFocus%3D91766 raised on the forums], in many common use cases for related items (book reviews, alternative editions, law cases) the title alone does not discriminate between the items, necessitating back-and-forth navigation to identify which source in the list is of interest. 2 2 3 3 The attached patch implements a disambiguated Related items listing, which is performing well in the multilingual branch. Here is a description of the algorithm (also outlined in the thread linked above).