Document search template crash fix
This commit is contained in:
parent
fcce3b8854
commit
8c29f527c6
@ -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 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`
|
- 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]
|
## [2026-02-13]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user