Commit cd29aef
committed
docs(data-modeling,skills): re-quote the corrected searchable-fields hint, drop the moot caveat
Fixes #6925
PR #6921 (#6673) changed the `searchable-field-unknown` lint hint in
`packages/lint/src/validate-searchable-fields.ts` from "copy the value onto a
formula field here" to "copy the value onto a stored text field here" — a
formula field is virtual and materializes no column, so the old prescription
never worked.
Two docs blocks quote that hint verbatim (added by PR #6670, before #6673
landed) and each carried an inline caveat noting the quoted wording was loose.
Both are now stale: the quote reproduces text the tool no longer emits, and
the caveat describes wording that no longer exists.
- content/docs/data-modeling/schema-design.mdx: re-quote + drop caveat
- skills/objectstack-data/SKILL.md: re-quote + drop caveat
Verified the corrected quote is byte-for-byte identical to the tool's actual
hint string on origin/main. No other content/docs/** or skills/** location
quotes the stale "formula field" wording (grepped repo-wide).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F8q5J1MQyocgtNspb15fSn1 parent 3028326 commit cd29aef
2 files changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | 177 | | |
181 | 178 | | |
182 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | 176 | | |
179 | 177 | | |
180 | 178 | | |
| |||
0 commit comments