Files
gbrain/test
9fca071458 fix(search): fold resolved source-boost map into query-cache knobs hash (takeover of #3213)
Boosts reorder results at query-build time only, so a ranking-policy
change (GBRAIN_SOURCE_BOOST tune or new defaults) kept serving rows
ranked under the old policy for up to cache.ttl_seconds. Folds
resolveBoostMap() into the cache key (KNOBS_HASH_VERSION 12 -> 13,
canonicalized sb= part, same pattern as #2825's hx=).

Repair over #3213: the PR left two KNOBS_HASH_VERSION pins at 12
(test/cross-modal-phase1.test.ts, test/search-alias-resolved-boost.test.ts),
which would have failed CI. Both updated to 13 with the bump rationale.

Co-authored-by: SVZTeam <SVZTeam@users.noreply.github.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 11:00:19 -07:00
..