From 8c29f527c612bba72d7077a904baa5c929f0856d Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Mon, 16 Feb 2026 16:10:31 +0100 Subject: [PATCH] Document search template crash fix --- docs/changelog-claude.md | 3 +++ 1 file changed, 3 insertions(+) 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