Skip to content

Conversation

@TackAdam
Copy link
Collaborator

@TackAdam TackAdam commented Nov 8, 2025

Description

Current issue is there is no pagination so we only show the first 100 results. This change allows async searching as the user types. But we should combine the sections instead of trying to maintain index / index wildcard.
Example below

Currently we have selection between index and index wildcard
Screenshot 2025-11-07 at 4 11 19 PM

We should aim to use the better UI instead of drop down options ie move towards:
https://playground.opensearch.org/app/indexPatterns/create
Screenshot 2025-11-07 at 4 10 55 PM

Issues Resolved

Screenshot

Testing the changes

Changelog

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Signed-off-by: Adam Tackett <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2025

ℹ️ Manual Changeset Creation Reminder

Please ensure manual commit for changeset file 10886.yml under folder changelogs/fragments to complete this PR.

If you want to use the available OpenSearch Changeset Bot App to avoid manual creation of changeset file you can install it in your forked repository following this link.

For more information about formatting of changeset files, please visit OpenSearch Auto Changeset and Release Notes Tool.

@codecov
Copy link

codecov bot commented Nov 8, 2025

Codecov Report

❌ Patch coverage is 25.97403% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.73%. Comparing base (fc8b101) to head (3603e04).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...ib/index_data_structure_creator/index_selector.tsx 0.00% 35 Missing ⚠️
...ery/query_string/dataset_service/lib/index_type.ts 48.71% 14 Missing and 6 partials ⚠️
...structure_creator/index_data_structure_creator.tsx 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10886      +/-   ##
==========================================
- Coverage   60.76%   60.73%   -0.03%     
==========================================
  Files        4533     4533              
  Lines      122110   122195      +85     
  Branches    20456    20476      +20     
==========================================
+ Hits        74199    74220      +21     
- Misses      42678    42734      +56     
- Partials     5233     5241       +8     
Flag Coverage Δ
Linux_1 26.55% <5.19%> (-0.03%) ⬇️
Linux_2 38.92% <ø> (-0.01%) ⬇️
Linux_3 ?
Linux_4 33.73% <5.19%> (-0.04%) ⬇️
Windows_1 26.56% <5.19%> (-0.03%) ⬇️
Windows_2 38.90% <ø> (-0.01%) ⬇️
Windows_3 39.40% <25.97%> (-0.02%) ⬇️
Windows_4 33.73% <5.19%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant