today_ai_weather/app/views/cities
songtianlun 799f3222a9 feat: add city search functionality
- Implement search_by_name scope in City model
- Add SearchController for handling search input
- Include _search_city partial in cities index view
- Update cities_controller to filter cities based on search query

This commit introduces a new feature that allows users to search for
cities by name using an input field. The search is implemented as a
scope in the City model, and it is integrated into the existing
CitiesController. A dedicated SearchController manages the input
submission with a debouncing mechanism for better performance. The
search field is rendered in the cities index view, enhancing user
interactivity and experience.
2025-02-12 14:00:03 +08:00
..
_admin_panel.html.erb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
_city.html.erb migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
_search_city.html.erb feat: add city search functionality 2025-02-12 14:00:03 +08:00
index.html.erb feat: add city search functionality 2025-02-12 14:00:03 +08:00
show.html.erb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00