Workspace: Vue Difficulty: Easy Time: 35 minutes
Context
You maintain the Projects page of an internal team workspace. Teammates use its search field to find an active project before opening it; archived projects must not appear among the choices. The supplied page already displays the projects, but entering a different letter case hides valid matches and archived projects are still listed. All project data is already in memory: this change is about the search interaction, not an API or a new page layout.