Consistent and guarded search bars
Our search bars are inconsistent, and silence errors. The valid parameters are hidden, and hard to find.

Issues to solve
Buckets
- Filter by single option in list of options. Eg
status, must only select 1 status.
- Partial string match. Eg name of a workspace/user
- Matching a list of options. Eg owner by user A and user B
Additional ideas
- Deployment wide default filters
- User saved filters
I am interested in implementing the backend requirements for this. Would love help on how to design the UI to solve all the issues.
Consistent and guarded search bars
Our search bars are inconsistent, and silence errors. The valid parameters are hidden, and hard to find.
Issues to solve
stauts:runningis a typo ofstatusand applies no filter.name=aliceorname~=alice. Allname:alicewould have some default?Buckets
status, must only select 1 status.Additional ideas
I am interested in implementing the backend requirements for this. Would love help on how to design the UI to solve all the issues.