diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md index f5a4170..8dc5a48 100644 --- a/docs/changelog-claude.md +++ b/docs/changelog-claude.md @@ -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