hint partial-match * for searching

This commit is contained in:
Wouter Groeneveld 2021-03-01 14:23:33 +01:00
parent a5361538c0
commit 172f98c568
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@ title: Search
disableComments: true
---
Not finding what youre looking for? Try your luck here:
Not finding what youre looking for? Try your luck here.
Use `*` to partially match terms.
{{< searchresults >}}

View File

@ -13,6 +13,8 @@ Not finding what you're looking for? Try browsing the archives:
### By search
Use `*` to partially match terms.
<form method="get" action="/search" class="search-form">
<input id="zoekentxt" aria-label="Search terms" placeholder="e.g. 'philosophy'" name="q" type="text" style="width: 56%" />
<button type="submit" class="button" style="width: 36%">Search!</button>