Update web/templates/search.html

This commit is contained in:
2025-08-14 16:20:19 +00:00
parent 12b1a9cd9c
commit f75aca7af6
+2 -2
View File
@@ -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 %}