Implement progressive enhancement for universal search with context-aware filtering
Some checks failed
CI / update (push) Failing after 5s

Add comprehensive search solution that works across all recipe pages with proper fallbacks. Features include universal API endpoint, context-aware filtering (category/tag/icon/season/favorites), and progressive enhancement with form submission fallback for no-JS users.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-04 17:53:59 +02:00
parent 88f9531a6f
commit 2dc871c50f
9 changed files with 348 additions and 84 deletions

View File

@@ -41,7 +41,7 @@ a.month:hover,
{/each}
</div>
<section>
<Search></Search>
<Search season={active_index + 1}></Search>
</section>
<section>
<slot name=recipes></slot>