How do I display (or render in twig
) the search term, entered in the search field. When you enter a search term and click on the search button, you will go to the search results page (view).
In the header of that view I want to display something like:
Your search of [mysearcherm] has x number of results.
I build the search field with a views exposed form
and Search API.
Update: In the textarea of the views header I want to insert the search term as replacement token, but it’s not available?