Make a searchResultPartial and initial HomePage with filter system

This commit is contained in:
franc
2025-04-16 11:20:33 +02:00
parent 3ec9d4be79
commit c8ff0dd9dd
2 changed files with 60 additions and 0 deletions
@@ -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>