You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tighten incremental no-pre-warm comments to the actual mechanism
Describe how query-backed field expansion stays correct without
pre-warming: a prerender `_search` reads the `queryFieldDefs`
pre-extracted onto each result instance's stored meta
(`populateQueryFieldsFromMeta`), so it needs no `modules`-table row for
the queried type, and the prerender-search definition path is cache-only
by design. Drops the imprecise "cache is already warm from the prior
from-scratch" claim — the realm-wide sweep is from-scratch-only because
that is when the cache is cold, not because incremental assumes a warm
one.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments