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

Allow custom group names in multi search #391

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ellnix
Copy link
Collaborator

@ellnix ellnix commented Jan 27, 2025

Related issue

Fixes #364

Todo:

  • Update README
  • Test Result class
  • Refactor

Two more issues remain in multi search after gets completed: #362 and #389

Allows for naming the group of results differently from the name of the
index being searched, therefore allowing the same index to be searched
multiple times with different options.
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.48%. Comparing base (5c408f1) to head (38730fb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #391      +/-   ##
==========================================
+ Coverage   89.13%   89.48%   +0.34%     
==========================================
  Files          13       13              
  Lines         764      770       +6     
==========================================
+ Hits          681      689       +8     
+ Misses         83       81       -2     

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

Federated search can follow right after multi search when it is added.
@ellnix ellnix force-pushed the multi_search_enhancement branch from ee3715f to 3734a11 Compare January 30, 2025 15:09
Update #each to mimmick #each_result, not #each_hit
@ellnix ellnix marked this pull request as ready for review February 1, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for multiple searches of the same index in Multi Search
1 participant