'Related' tab --advanced search functionality
Hi there fellow zotero users and developers,
I really love the 'Related' feature that allows me to link items in zotero to other items.
However, as my collection tends to grow fairly quickly, I would suggest to add the 'Advanced Search' functionality, which is already accessible from the main zotero window, to also be accessible in the 'Add Related' function. Right now, you can only sort your entries in there by 'title' and 'author.'
I think this would be very handy for navigating a large collection of items.
All the best from Leipzig, Germany,
Ben
I really love the 'Related' feature that allows me to link items in zotero to other items.
However, as my collection tends to grow fairly quickly, I would suggest to add the 'Advanced Search' functionality, which is already accessible from the main zotero window, to also be accessible in the 'Add Related' function. Right now, you can only sort your entries in there by 'title' and 'author.'
I think this would be very handy for navigating a large collection of items.
All the best from Leipzig, Germany,
Ben
Being able to drag other items onto an entry's related tab would also be very cool.
By the same token, it would be nice if the list of related items could give more info than the title. Very different items can often have identical titles.
Thank you.
And, as has been already mentionned in other discussions, please add something that indicates whether an item has related items in either the middle panel or in the info panel.
At the moment, related is almost useless because it does not display enough information and requires clicks only to find out whether it is empty or not.
I also agree on the previous point of adding quicksearch to the add related dialog. Not sure why it isn't there.
The translator currently runs only in the multilingual branch, so I have some room to play around on the Zotero side. As one more idea into the mix, I'll be looking at the possibility of building a long-ish description string for each entry, and then truncating it as far as it matches the current entry. That should allow items to be discriminated, without cluttering up the UI.
I guess Zotero could use citeproc-js to generate those :).
Here's the algorithm, such as it is. There are two label slots for each related item (one left- and one right-aligned). The author name (1) always shows through in the first slot, if it is present and differs from the author of the current item. Three other info chunks are available: (2) the title (or short title), (3) a composite of volume, issue, and container title, and (4) the date. If (2) or (3) match any other item, it is dropped, and the next info chunk is used instead. If no info chunks are available (and useful for disambiguation), the first slot gets an empty label and the year goes in the last.
I think this will serve well enough on my own desktop, but comments and suggestions for improvement are certainly welcome.