- 🇩🇪Germany Anybody Porta Westfalica
Same situation as #129 in a large project. The autocomplete is limited, but doesn't include the result the editors are looking for and the results are not ordered by relevance. So this is an issue on large projects.
I'm looking for a follow-up issue. If I shouldn't find one and link it here, me or the next who runs into this, should create a follow-up issue for things like:
- order results by relevancy
- making the autocomplete limit configurable
- being able to exclude certain content types, that are irrelevant
- ...?
- 🇺🇸United States brooke_heaton
Does anyone know why the following help text is hard-coded to the link field and seeminly can't be removed?
Start typing the title of a piece of content to select it. You can also enter an internal path such as %add-node or an external URL such as %url. Enter %front to link to the front page. Enter %nolink to display link text only. Enter %button to display keyboard-accessible link text only.', ['%front' => '', '%add-node' => '/node/add', '%url' => 'http://example.com', '%nolink' => '', '%button' => '']);
Is there a way to easily remove this text?