The question on search. Search line.
Unsolved
General Discussion
-
I decided to do a search on the home page. I embed it in your categories.tpl, as -
...But when looking at the address bar appears - ?query=phrase
Search begins to look only at re-entering the phrase. -
categories.tpl
<div class="search {search_display} well">
<form id="search-form" role="search" method="GET" action="">
<div class="form-group input-group">
<input type="text" class="form-control" name="query" value="">
<button class="input-group-addony">
<i class="fa fa-search"></i>
</button>
</div>
</form>
</div> -
I found the cause of the problem: if the search is integrated in header.tpl the problem is missing. If the search in the categories.tpl - problems begin.
But I do not know how to solve it.
-
Unfortunately nothing helped.
Copyright © 2024 NodeBB | Contributors