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.
Issue fork google_json_api-3521969
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
Comment #3
bserem commented