v3.7.11: Fix #129 macOS apropos search + index parsing
Fixed
-
#129 (part 2): macOS apropos 搜索功能也返回空结果
除了
--build-index之外,搜索功能中的parseAproposLine()和getSearchPage()JSON/MCP 结果解析也存在同样的 macOS/BSD 兼容性问题。共修复 5 处正则:\s+\(→\s*\(。修复位置:
parseAproposLine()— Linux em-dash 和 dash 两种格式getSearchPage()JSON/MCP 解析 — 3 处内联正则
Previous (v3.7.10)
rebuildSearchIndex()—--build-index索引构建时的解析
Test
- 296/296 单元和集成测试全部通过