Add tntsearch dropdown

This commit is contained in:
exu 2024-09-18 14:08:37 +02:00
parent 1ff67e5411
commit 3a23fd4db0

View File

@ -49,6 +49,7 @@
<div id="header"> <div id="header">
<a id="logo" href="{{ theme_config.home_url ?: base_url_absolute }}">{% include 'partials/logo.html.twig' %}</a> <a id="logo" href="{{ theme_config.home_url ?: base_url_absolute }}">{% include 'partials/logo.html.twig' %}</a>
{# {% include 'partials/search.html.twig' %} #} {# {% include 'partials/search.html.twig' %} #}
{% embed 'partials/tntsearch.html.twig' with { limit: 10, snippet: 150, min: 3, search_type: 'auto', dropdown: true } %}{% endembed %}
</div> </div>
</div> </div>
{% include 'partials/sidebar.html.twig' %} {% include 'partials/sidebar.html.twig' %}