Add a title search example

Add an example to show how to searh by title into the search bar's
default text.
This commit is contained in:
Robin Malley 2023-03-12 05:30:01 +00:00
parent f83bf55d3f
commit adda5ab547
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
</h1>
<div class="row">
<form action="https://<%= domain %>/_search" method="get" class="search column row">
<input class="column" type="text" name="q" placeholder="+greentext -dotr +hits>20" value="<%= q %>"/>
<input class="column" type="text" name="q" placeholder="+greentext -dotr +title=Part 4 +hits>20" value="<%= q %>"/>
<input class="column column-0 button button-clear" type="submit" value="&#x1F50E;"/>
</form>
</div>