You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching for projects in the Projects tab, the search also matches against the workspace name. If the workspace name contains the search string, all projects in that workspace are returned regardless of whether their names match, making the search results misleading and unhelpful.
Navigate to workspace tester-ws-1 in the Projects tab
Type Test in the search field
Observe the results
Actual results
All projects in workspace tester-ws-1 are returned — the search matches the workspace name (tester-ws-1 contains test) instead of filtering by project name only.
Expected results
Only projects whose names contain the search string Test should be returned. Searching the workspace name on the Projects page does not make sense from a user perspective.
Screenshots or logs
ScreenRecording_07-02-2026.18-24-47_1.MP4
Conclusion Created by Claude and supervised by a human test analyst.
Description
When searching for projects in the Projects tab, the search also matches against the workspace name. If the workspace name contains the search string, all projects in that workspace are returned regardless of whether their names match, making the search results misleading and unhelpful.
Environment
[ ] Staging [x] PROD
Application (+ app version, build, operating system)
Steps to reproduce
tester-ws-1in the Projects tabTestin the search fieldActual results
All projects in workspace
tester-ws-1are returned — the search matches the workspace name (tester-ws-1containstest) instead of filtering by project name only.Expected results
Only projects whose names contain the search string
Testshould be returned. Searching the workspace name on the Projects page does not make sense from a user perspective.Screenshots or logs
ScreenRecording_07-02-2026.18-24-47_1.MP4
Conclusion
Created by Claude and supervised by a human test analyst.