insights: refactor search query results to extract repository name
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: coury-clark
Closes # #23386 (closed)
Refactors the search query handler for code insights to drop a commonly used db call in favor of extracting the result out of the search result.
As a bonus, this refactors the search query handler to skip errors during recording and capture them as a multierror, stopping some inconsistent behavior where results can fail midway through processing.
Push commits to the source branch or add previously merged commits to review them.