Skip to content

move from names index to querying macrodb directly#793

Merged
whutchinson98 merged 19 commits intomainfrom
hutch/bac-181-move-from-names-index-to-querying-macrodb-directly
Jan 6, 2026
Merged

move from names index to querying macrodb directly#793
whutchinson98 merged 19 commits intomainfrom
hutch/bac-181-move-from-names-index-to-querying-macrodb-directly

Conversation

@whutchinson98
Copy link
Copy Markdown
Member

Summary

This PR moves us from searching over the names index in opensearch to searching over macrodb directly. This is needed to simplify handling data-sync across multiple dbs as we no longer need to update both macrodb and opensearch when an item's name is changed.

This PR is best if reviewed per-commit as it's quite a big one.

Note: this does break pagination since we no longer search across all indices at once for unified search. That is a separate issue that we will have to address later

Screenshots, GIFs, and Videos

@whutchinson98 whutchinson98 requested a review from a team as a code owner January 6, 2026 18:49
@linear
Copy link
Copy Markdown

linear bot commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

@seanaye seanaye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems good to me although I don't have the most search context

@whutchinson98 whutchinson98 merged commit 21bdcb2 into main Jan 6, 2026
37 checks passed
@whutchinson98 whutchinson98 deleted the hutch/bac-181-move-from-names-index-to-querying-macrodb-directly branch January 6, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants