-
Notifications
You must be signed in to change notification settings - Fork 918
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
Extended Dataset type config to provide search options like strategy #8113
Extended Dataset type config to provide search options like strategy #8113
Conversation
…e the strategy Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8113 +/- ##
=======================================
Coverage 63.71% 63.71%
=======================================
Files 3738 3738
Lines 88699 88699
Branches 13793 13793
=======================================
+ Hits 56516 56517 +1
+ Misses 31592 31591 -1
Partials 591 591
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Amardeepsingh Siglani <[email protected]>
…8113) * added function to provide search strategy; updated interceptors to use the strategy Signed-off-by: Amardeepsingh Siglani <[email protected]> * minor refactor Signed-off-by: Amardeepsingh Siglani <[email protected]> * refactored code Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit b438c2e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…8113) (#8131) * added function to provide search strategy; updated interceptors to use the strategy * minor refactor * refactored code --------- (cherry picked from commit b438c2e) Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…8113) * added function to provide search strategy; updated interceptors to use the strategy Signed-off-by: Amardeepsingh Siglani <[email protected]> * minor refactor Signed-off-by: Amardeepsingh Siglani <[email protected]> * refactored code Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit b438c2e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…8113) (#8276) * added function to provide search strategy; updated interceptors to use the strategy * minor refactor * refactored code --------- (cherry picked from commit b438c2e) Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…trategy (opensearch-project#8113) (opensearch-project#8276)" This reverts commit a513a8c.
Description
Extended Dataset type config to provide search options like strategy to shift the strategy provided by language to the dataset itself.
Check List
yarn test:jest
yarn test:jest_integration