init extended search feature #35

This commit is contained in:
ghost 2023-11-13 09:35:04 +02:00
parent 7a1fa12271
commit 5a0342a998
4 changed files with 166 additions and 13 deletions

View file

@ -26,8 +26,7 @@
{{ render(controller(
'App\\Controller\\SearchController::module',
{
query : app.request.get('query'),
type : app.request.get('type')
request: app.request
}
)) }}
{% endblock %}