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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | ckeditor_link_paths_in_autocomplete_result.patch | 683 bytes | sinn |
| #2 | ckeditor_link_paths_in_autocomplete_result.patch | 650 bytes | sinn |
Comments
Comment #1
kjala commentedWe 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
Comment #2
sinn commentedShow paths in autocomplete result patch
Comment #3
sinn commentedComment #4
sinn commentedUse path aliases in preview is more useful.
Comment #5
bkosborneI 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?
Comment #6
heddnThis 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.
Comment #7
heddnDuplicate of #1530862: More verbose autocomplete
Comment #8
heddnDuplicate of #1530862: More verbose autocomplete