Problem/Motivation

No results message template passes the message from the highlighter:

<div class="gjas-results-no-results--message">
  {{ highlight_search(message, term) }}
</div>

which is not necessary, as there is nothing to highlight.

Steps to reproduce

Trigger a search with no results, see that the help message is not displayed.

Proposed resolution

Display the message as is, without passing it from the highlighter.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bserem created an issue. See original summary.

bserem’s picture

Status: Active » Needs review