I have a ton of duplicate title results in autcomplete and I cannot distinguish them from each other. This way it's impossible to select the correct item.

Comments

kjala’s picture

We are dealing with a similar problem hass mentioned above. It would be helpful if we can differentiate or search the content by type. Adding the content type drop down next or below the autocomplete text box and search based on the type will solve the problem to some extent.

I'm further looking in to patching the plugin. Any suggestions in this direction are welcome.

Kiran Jala

sinn’s picture

Show paths in autocomplete result patch

sinn’s picture

Status: Active » Needs review
sinn’s picture

Use path aliases in preview is more useful.

bkosborne’s picture

I think it would make more sense to include these as options, not just automatically in there.

checkboxes:
[ ] - Prefix with content type
[ ] - Suffix with aliased path

Or, better yet, add Token support?

heddn’s picture

Issue summary: View changes

This can be done in a hook_ckeditor_link_autocomplete_alter. Are we sure that a UI configuration option is really what we want? Since it sounds like most sites will have all kinds of different rules for deciding what they might want for the autocomplete title text.

heddn’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#1530862: More verbose autocomplete
heddn’s picture