-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Description
As a developer, I would like to search for pipelines that match my search term so that I can see all the pipelines in the multi-pipeline dashboard that match my query
Given that I am on the dashboard
and there are three pipelines: main
, test
and bosh
When I type main
in the search bar
Then I see only the main
pipeline
- we should do naive partial matches, so
mai
should show themain
pipeline - we should do ignore-case matches
- If there are multiple matches, we should preserve the team grouping on the results
zmb3