This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250979

Summary: Add text filter for maven search results
Product: java Reporter: kalle1
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description kalle1 2015-03-06 19:49:52 UTC
Some class names, e.g. `LoggerFactory` can turn up to 500 search results in the search function for potential maven dependencies to satisfy inputs which are very annoying to search in a list from start to end. Adding a text input which allows filtering based on name (or even multiple text inputs which filter for `groupId`, `artifactId` and eventually other).