Wire search route to SearchResults component
Replace the placeholder stub with the fully-implemented SearchResults component.
Adds a mount-time effect to sync the URL ?q= param into the search store so
direct navigation to /cabinet/search?q=foo shows results immediately.