Problem: Search text and filter chips are independent — searching 'aws' while Spotlight is active silently returns nothing with no indication that filters are constraining results.
Fix:
- Show active filter chips as removable badges inside or below the search bar (like iOS Mail)
- Clicking a badge removes that filter
- Users can see and dismiss what's active
Files to modify:
- js/search.js — search bar rendering, filter removal
- css/style.css — search bar badge styles
- index.html — badge container in search row
Problem: Search text and filter chips are independent — searching 'aws' while Spotlight is active silently returns nothing with no indication that filters are constraining results.
Fix:
Files to modify: