Actions
Feature #5324
closedAdd search capability to Available Packages list to filter packages by keywords
Start date:
10/20/2015
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
It would be a great help to have a search box on the Available Packages tab to filter the packages as you type. The package list is lengthy, but a fixed size, and trying to find a package in the list could be much easier.
What I'm thinking is a box near the top of the list that would filter as you type using JS to only show the resulting table rows that match (in the package name, description, etc).
If it turns out to be too much trouble it can be dropped.
Updated by Renato Botelho about 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Done
Updated by Jim Pingle about 9 years ago
- Status changed from Feedback to Resolved
Works great as far as I can tell. I tried various combinations of keywords and regex for the name, description, and both.
Actions