Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/pinyin-search-companion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'@objectstack/cli': minor
---

Generic pinyin search recall (#2486, ADR-0097): a locale-gated
Generic pinyin search recall (#2486, ADR-0098): a locale-gated
`OS_SEARCH_PINYIN_ENABLED` switch (auto-on when the stack configures any
`zh-*` locale) provisions a hidden `__search` companion column for each
object's display/name field at compile time, the new
Expand Down
2 changes: 1 addition & 1 deletion content/docs/deployment/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ OS_MCP_SERVER_ENABLED=true os start # additionally auto-start the stdio tran

## Search

Pinyin recall for `$search` (ADR-0097): with the switch on, every object's
Pinyin recall for `$search` (ADR-0098): with the switch on, every object's
display/name field gets a hidden, platform-maintained companion column storing
full pinyin + initials ("张伟" → "zhangwei zw"), so lookup pickers, list
quick-search and ⌘K match `zhangwei` / `zw` against CJK names — transparently,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ADR-0097: Pinyin Search via a Locale-Gated Companion Column
# ADR-0098: Pinyin Search via a Locale-Gated Companion Column

- **Status**: Accepted
- **Date**: 2026-07-16
Expand Down