From 9029f53e66659e91c789157c24a0089686bf3d63 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Fri, 22 Jan 2021 10:40:59 -0700 Subject: [PATCH] Update iteration log (#2392) --- handbook/engineering/search/iteration_log.md | 1 + 1 file changed, 1 insertion(+) diff --git a/handbook/engineering/search/iteration_log.md b/handbook/engineering/search/iteration_log.md index 8a2f36dc2e8..694a2f66aa1 100644 --- a/handbook/engineering/search/iteration_log.md +++ b/handbook/engineering/search/iteration_log.md @@ -63,6 +63,7 @@ This document contains the goals and work log for the search team's [2-week iter - Make structural search work better for monorepos. Currently monorepos can time out for structural search purely because it takes too long to copy the data to search. The outcome focuses on architectural changes to avoid unnecessary data zipping and copying to our searcher worker (see [sourcegraph/sourcegraph#14619](https://github.com/sourcegraph/sourcegraph/issues/14619)). - **Work log:** - 2021-01-15: Steady progress and almost have end-to-end code working to go through searcher. Difficult to communicate and construct the parts we need from frontend to searcher though. + - 2021-01-22: Opened PR to enable new structural search path end-to-end behind a flag. Still working on a couple of bugs and stress testing. ### Search rules - **Owner(s):** Rijnard