Linkit is very difficult to use when trying to select a node that does not have a unique title, there is no way of telling the duplicates apart in the auto-complete field. Nodes with duplicate titles are quite common in certain scenarios, such as sites with multiple but very similarly structured sections.

Currently it requires a lot of trial and error, testing each match in turn until you find the right one. Can additional information be added to the autocomplete dropdown to help distinguish between nodes with the same title? Path alias would be great, but if that's not feasible perhaps at least the node ID could be displayed?

CommentFileSizeAuthor
#6 linkit_6.x-1.10-add_path_info.patch1.16 KBkirkkala
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anon’s picture

Node id would be cool, I will see what I can do.

If you have a patch, please le me know.

anon’s picture

Title: Display alias or node ID in autocomplete dropdown, to help differentiate nodes with same title » Display node ID in autocomplete dropdown, to help differentiate nodes with same title
anon’s picture

Status: Active » Fixed

Commited, this feature will be able in 6.x-1.4 release

brian_c’s picture

Wow, thanks a ton! Fantastic module, btw.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kirkkala’s picture

Version: 6.x-1.3 » 6.x-1.10
Status: Closed (fixed) » Needs review
FileSize
1.16 KB

Hi,
I was missing the node url alias on autocomplete suggestions to further help differentiate the node location in IA.

Attached is how I patched this change for our (huge) site.
(adding new setting to ./admin/settings/linkit and if selected displaying node path with other info on autocomplete suggestions)

If this makes sense would it be possible to add this to the next release?
(hopefully it was OK to use this old related issue for filing my suggestion)

Thanks for a great module!

anon’s picture

Component: linkit_node » Code
Status: Needs review » Closed (won't fix)