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

fix: add MHD column name if a grouped search is active to work around a bug in the SearchQueryBuilder #6710

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

patrick-werner
Copy link
Member

This PR fixes #6709 by adding the MHD grouping column in a grouped search context (e.g. offset search).

Copy link

github-actions bot commented Feb 13, 2025

Formatting check succeeded!

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.57%. Comparing base (78537ba) to head (a789cdb).
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6710      +/-   ##
============================================
- Coverage     83.58%   83.57%   -0.01%     
  Complexity    28650    28650              
============================================
  Files          1798     1798              
  Lines        111363   111365       +2     
  Branches      13982    13983       +1     
============================================
- Hits          93080    93077       -3     
- Misses        12280    12285       +5     
  Partials       6003     6003              

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

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.

_sort=near throws exception when used in offset search
1 participant