When dumping genes, also pull in the names of features from the dna_align_feature table that overlap with the gene. Put these ids into a new field called overlapping_features which is a list of {hit_name: "dna_align_feature.hit_name", analysis: "analysis_description.display_label"}
This is required for the maize v4 search because some v3 gene models may not get into the id history but overlap with new gene models.
Alternatively, we may want to dump dna_align_feature entries into a separate collection which can populate suggestions that lead to region queries.