Make a searchResultPartial and initial HomePage with filter system
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<form hx-get="/Home/Search" hx-target="#search-results" hx-trigger="keyup changed delay:300ms" onsubmit="return false;" class="mb-4">
|
||||
<input type="text" name="query" class="form-control" placeholder="Suchen nach Rezepten oder Zutaten..." autocomplete="off" />
|
||||
</form>
|
||||
|
||||
<div id="search-results" class="mt-4"></div>
|
||||
|
||||
Reference in New Issue
Block a user