Fix search result page.

This commit is contained in:
James Cole
2025-01-05 08:03:15 +01:00
parent 73104aae1f
commit b6960dc299
4 changed files with 8 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
</div>
</div>
</div>
{% if query|length > 0 or excludedWords|length > 0 or operators|length > 0 %}
{% if query|length > 0 or words|length > 0 or excludedWords|length > 0 or operators|length > 0 %}
<div class="row result_row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="box search_box">
@@ -138,7 +138,7 @@
</div>
</div>
{% endif %}
{% if query|length == 0 and excludedWords|length == 0 and operators|length == 0 %}
{% if query|length == 0 and excludedWords|length == 0 and words|length == 0 and operators|length == 0 %}
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="box">