Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OpenSearch to populate match results metadata #1004

Open
holmbergius opened this issue Feb 3, 2025 · 0 comments
Open

Use OpenSearch to populate match results metadata #1004

holmbergius opened this issue Feb 3, 2025 · 0 comments
Labels
enhancement new or improvements on existing features

Comments

@holmbergius
Copy link
Contributor

Feature description and context

iaResults.jsp would be faster if it utilized the Annotation indexing in OpenSearch added in 10.6. Currently iaResults.jsp pulls JSON data from iaResultsAnnotFeed.jsp, which implements some crude caching, but ultimately directly accesses the database.

Let's cut out iaResultsAnnotFeed.jsp and have iaResults.jsp directly use OpenSearch to populate match metadata.

Feature sign-off requirements

Provide a list of tasks that, once complete, the feature will be done

Design

  • Figma link (static or prototype; specify)
  • Component list/reference
  • Navigation sitemap
  • Product theme references and any known in-line customization that may be needed
  • Are there images needed for design? (attach below in zip)
@holmbergius holmbergius added the enhancement new or improvements on existing features label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new or improvements on existing features
Projects
None yet
Development

No branches or pull requests

1 participant