mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Split search into search.php; repertoire.php is index-only
This commit is contained in:
7
TODO.md
7
TODO.md
@@ -1,6 +1,13 @@
|
||||
# TODO
|
||||
|
||||
## Done
|
||||
- [x] Split search logic into search.php
|
||||
- [x] `public/search.php` — new page for text-query search results
|
||||
- [x] `public/repertoire.php` — stripped to répertoire index only
|
||||
- [x] `SearchController::handle()` split into `handleSearch()` + `handleRepertoire()`
|
||||
- [x] Search bar (`header.php`, `search-bar.php`) now POSTs to `/search.php`
|
||||
- [x] `tfe.php` `?query=` links updated to `/search.php`
|
||||
- [x] Filter links (`?or[]=`, `?ap[]=`, `?fy[]=`, `?kw[]=`) stay on `repertoire.php`
|
||||
- [x] TFE metadata values are hyperlinks to repertoire.php with correct filter/search params
|
||||
- orientation → `or[]`, ap_program → `ap[]`, year → `fy[]`, keywords → `kw[]` (per keyword)
|
||||
- languages, formats → `query=` (text search); jury members → `query=` (text search)
|
||||
|
||||
Reference in New Issue
Block a user