Derive the search index bug field from get_bug_list().
Review Request #15307 — Created Sept. 14, 2026 and updated — Latest diff uploaded
This change modifies the bug field for the search index moves from
model_attrto apreparemethod, so migrated review requests index
their linked bugs rather than the frozenbugs_closedcolumn.
extra_datais added to the indexed fields sinceget_bug_list()reads
the migration marker from it.A reindex will be needed on upgrade. This should be noted in the
release notes.
Ran unit tests.