New major feature! The ability to search through the features UI.
Motivation and Context
This PR introduces phase 1, which is single-level search. I am phasing it in due to complexity of the PR. The next PR will add flat search, which traverses multiple levels of Feature Groups to filter results at any level, not just the current screen's feature list.
How Has This Been Tested?
Unit tests, current and new + manual testing
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[x] I have added tests to cover my changes.
[x] All new and existing tests passed.
License
I confirm that this contribution is made under an MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Description
New major feature! The ability to search through the features UI.
Motivation and Context
This PR introduces phase 1, which is single-level search. I am phasing it in due to complexity of the PR. The next PR will add flat search, which traverses multiple levels of Feature Groups to filter results at any level, not just the current screen's feature list.
How Has This Been Tested?
Unit tests, current and new + manual testing
Screenshots (if appropriate):
Types of changes
Checklist:
License
I confirm that this contribution is made under an MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.