Skip to content

Commit 3cdda79

Browse files
authored
docs(adr): renumber pinyin-search ADR 0097 → 0098 — resolve the second 0097 collision (#3070)
The #3032 sweep renumbered the connector ADR 0096→0097 while the pinyin-search ADR had landed as 0097 the same day. Connector ADR keeps 0097 (125 propagated references); pinyin moves to the free 0098 slot. Pinyin-semantic references updated in all three places they exist (ADR file, environment-variables.mdx, unreleased changeset); CHANGELOG history untouched.
1 parent ef50372 commit 3cdda79

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.changeset/pinyin-search-companion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'@objectstack/cli': minor
66
---
77

8-
Generic pinyin search recall (#2486, ADR-0097): a locale-gated
8+
Generic pinyin search recall (#2486, ADR-0098): a locale-gated
99
`OS_SEARCH_PINYIN_ENABLED` switch (auto-on when the stack configures any
1010
`zh-*` locale) provisions a hidden `__search` companion column for each
1111
object's display/name field at compile time, the new

content/docs/deployment/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ OS_MCP_SERVER_ENABLED=true os start # additionally auto-start the stdio tran
237237

238238
## Search
239239

240-
Pinyin recall for `$search` (ADR-0097): with the switch on, every object's
240+
Pinyin recall for `$search` (ADR-0098): with the switch on, every object's
241241
display/name field gets a hidden, platform-maintained companion column storing
242242
full pinyin + initials ("张伟" → "zhangwei zw"), so lookup pickers, list
243243
quick-search and ⌘K match `zhangwei` / `zw` against CJK names — transparently,

docs/adr/0097-pinyin-search-companion-column.md renamed to docs/adr/0098-pinyin-search-companion-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ADR-0097: Pinyin Search via a Locale-Gated Companion Column
1+
# ADR-0098: Pinyin Search via a Locale-Gated Companion Column
22

33
- **Status**: Accepted
44
- **Date**: 2026-07-16

0 commit comments

Comments
 (0)