mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 21:51:08 -05:00
Add search suggestions feature with improved filtering and UI
This commit is contained in:
@@ -85,4 +85,9 @@ urlpatterns = [
|
||||
views.show_coaster_fields,
|
||||
name="coaster_fields"
|
||||
),
|
||||
path(
|
||||
"search-suggestions/",
|
||||
views.get_search_suggestions,
|
||||
name="search_suggestions"
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user