From 11a0fc758f2cdb65c10e398de54cf40fcfec8a8e Mon Sep 17 00:00:00 2001 From: altair823 Date: Tue, 19 May 2026 21:20:13 +0000 Subject: [PATCH] docs(p10-1a-2): note backfill invariant at search_with_opts non-trace path (Task 8 review) Co-Authored-By: Claude Opus 4.7 (1M context) --- crates/kebab-app/src/app.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/kebab-app/src/app.rs b/crates/kebab-app/src/app.rs index 792016c..ff075f5 100644 --- a/crates/kebab-app/src/app.rs +++ b/crates/kebab-app/src/app.rs @@ -426,6 +426,9 @@ impl App { }); } + // backfill_code_lang + backfill_repo are applied inside `search` + // via `search_uncached` — no explicit call needed here. Trace + // branch above calls them directly because it bypasses `search`. let mut all_hits = self.search(fetch_query)?; // Skip offset.