## Story/Task Details - [ ] Implement simple search functionality, navigating to a search results page as appropriate for the term given within the simple search bar. ## Acceptance Criteria - [ ] The application contains a main page where the user can use a simple search bar text field to search the system by any attribute. - [x] This search bar should also be available in the persistent menu bar. - [ ] When the user performs the search, they should be taken to an appropriate results page which displays all matches. - [ ] If the search returns only one result, the system will navigate directly to the detail page of that result. - [ ] If the search returns no results, there should be an empty results page that informs the user that nothing was found.