I'm trying to get SimpleSearch plugin work.
When I put this code to website:
{% include 'partials/simplesearch_searchbox.html.twig' %}
I will get that search box but when I search something it always comes back to same website without search results.
If I use direct URL to:
https://www.domain.com/search/query:something
It will give me search results on a page which had word something.
I'm new with Grav and I don't know where I should start to fix this problem?