Document search template crash fix

This commit is contained in:
Ivo Oskamp 2026-02-16 16:10:31 +01:00
parent fcce3b8854
commit 8c29f527c6

View File

@ -18,6 +18,9 @@ This file documents all changes made to this project via Claude Code.
- Changed global search visibility to only include sections accessible to the currently active role
- Changed `docs/technical-notes-codex.md` with a dedicated Global Grouped Search section (route/UI/behavior/access rules) and latest test build digest for `v20260216-02-global-search`
### Fixed
- Fixed `/search` page crash (`TypeError: 'builtin_function_or_method' object is not iterable`) by replacing Jinja dict access from `section.items` to `section['items']` in `templates/main/search.html`
## [2026-02-13]
### Added