dependency-track
dependency-track copied to clipboard
Search on group field
Current Behavior
When we search on the "Components" tab, it only matches the components by name. It makes the search incomplete, as some components use generic names. For example, if you search "angular" the package "@angular/core" isn't returned because "@angular" is the group and "core" is the name.
Proposed Behavior
Search by name and group so, in my example, searching "angular" would return "@angular/core" package.
Checklist
- [X] I have read and understand the contributing guidelines
- [X] I have checked the existing issues for whether this enhancement was already requested