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

#330 - Empty filter lists lead to missing results #331

Merged

Conversation

michael-82
Copy link
Collaborator

Please check if this solves the issue of no found results when an empty parameter for contexts, terminologies, kds-modules or criteria-sets is submitted

@michael-82 michael-82 added the bug Something isn't working label Aug 20, 2024
@michael-82 michael-82 self-assigned this Aug 20, 2024
@michael-82 michael-82 linked an issue Aug 20, 2024 that may be closed by this pull request
@michael-82 michael-82 force-pushed the bugfix/330-empty-filter-lists-lead-to-missing-results branch 2 times, most recently from 4696a70 to 87d4f6e Compare August 20, 2024 14:30
@michael-82 michael-82 added this to the Next Release milestone Aug 21, 2024
- check with CollectionUtils.isNotEmpty() if the filter lists are neither null nor empty
@michael-82 michael-82 force-pushed the bugfix/330-empty-filter-lists-lead-to-missing-results branch from 87d4f6e to eaf39a9 Compare August 21, 2024 13:55
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.54%. Comparing base (15da2fd) to head (eaf39a9).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #331   +/-   ##
==========================================
  Coverage      81.54%   81.54%           
+ Complexity       597      596    -1     
==========================================
  Files            135      135           
  Lines           2465     2465           
  Branches         151      151           
==========================================
  Hits            2010     2010           
  Misses           396      396           
  Partials          59       59           

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

@michael-82 michael-82 merged commit 0f02de6 into develop Aug 23, 2024
8 checks passed
@michael-82 michael-82 deleted the bugfix/330-empty-filter-lists-lead-to-missing-results branch August 23, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty filter lists lead to missing results
2 participants