-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
1.7.0
-
1
-
False
-
-
False
-
Release Note Not Required
-
-
-
RHDH F&UI plugins 3281
Description of problem:
When combining filters in the Marketplace—specifically Category: CI/CD and Support type: Verified by Red Hat—the plugin count displayed is incorrect. Only two plugins are actually shown, but the count still displays 22.
It seems like the filters are not being combined using an AND condition. The count likely reflects all plugins with either filter applied separately, not the intersection of both. This causes a mismatch between the number of visible plugins and the count shown in the UI.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Open the Marketplace page in RHDH
- Apply the Category: CI/CD filter
- Apply the Support type: Verified by Red Hat filter
- Observe the plugin count and list
Actual results:
- Only 2 plugins are visible after applying both filters
- However, the displayed count remains 22, which is misleading
Expected results:
- The count should accurately reflect the number of plugins that match all active filters
- In this case, the count should be 2, not 22
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
Additional info (Such as Logs, Screenshots, etc):
- Visual mismatch between plugin count and filtered results
- Need to revisit how combined filters are applied in the count logic