Add search suggestions feature with improved filtering and UI

This commit is contained in:
pacnpal
2025-02-10 21:27:59 -05:00
parent 5195c234c6
commit 2756079010
7 changed files with 712 additions and 369 deletions

View File

@@ -85,4 +85,9 @@ urlpatterns = [
views.show_coaster_fields,
name="coaster_fields"
),
path(
"search-suggestions/",
views.get_search_suggestions,
name="search_suggestions"
),
]