cloudlog/application/views/station_diary
Peter Goodhall 9113aae3bf Add public station-diary search
Adds searching for public Station Diary entries by callsign. Introduces a new route for /search and implements Stationdiary::search() which validates the callsign, resolves the public user, handles the q GET parameter, redirects on empty queries, and sets up pagination. Adds Note model methods count_public_station_diary_search_results() and search_public_station_diary_entries() to perform the search, attach images, and prepare entries. Updates public_index view to include a search form in the top nav, display search result metadata, and show a contextual message when no matches are found.
2026-04-15 11:38:38 +01:00
..
public_index.php Add public station-diary search 2026-04-15 11:38:38 +01:00
rss.php Add public diary entry view and routing 2026-03-09 10:57:38 +00:00