Update web/templates/search.html
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<div class="search-row">
|
<div class="search-row">
|
||||||
<input type="text" name="q" value="{{ q }}" placeholder="Type to search…" class="search-input" autofocus>
|
<input type="text" name="q" value="{{ q }}" placeholder="Type to search…" class="search-input" autofocus>
|
||||||
<button class="btn btn-primary">Search</button>
|
<button class="btn btn-primary">Search</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Test Help Dropdown -->
|
<!-- Test Help Dropdown -->
|
||||||
<div class="search-help">
|
<div class="search-help">
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
<p><strong>Tip:</strong> You can combine these for powerful searches.<br>
|
<p><strong>Tip:</strong> You can combine these for powerful searches.<br>
|
||||||
<em>Example:</em> <code>"good shepherd" OR "faithful servant" -parable</code></p>
|
<em>Example:</em> <code>"good shepherd" OR "faithful servant" -parable</code></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="filter-row">
|
<div class="filter-row">
|
||||||
{% for f in field_options %}
|
{% for f in field_options %}
|
||||||
|
|||||||
Reference in New Issue
Block a user