fix: restore anime search functionality and server stability
- Fixed fatal ImportError in main.py that blocked code updates - Guaranteed HTML fragments for search results via parameter and header detection - Added hidden html field to search form for robust HTMX integration - Validated fix with E2E API verification
This commit is contained in:
@@ -15,10 +15,11 @@
|
||||
<h2>🎬 Rechercher un Anime</h2>
|
||||
</div>
|
||||
<div class="url-form">
|
||||
<form hx-get="/api/anime/search?html=1"
|
||||
<form hx-get="/api/anime/search"
|
||||
hx-target="#animeSearchResults"
|
||||
hx-indicator="#search-loading"
|
||||
class="input-group">
|
||||
<input type="hidden" name="html" value="1">
|
||||
<input
|
||||
type="text"
|
||||
name="q"
|
||||
|
||||
Reference in New Issue
Block a user