Click the search bar (or just press the f key) to select the search bar
Enter some text and press enter or click the search icon to search. You'll route to /search?q=yourquerytext
This hits a search endpoint (in search_routes.js), which returns any companies whose names contain the query text, or any jobs whose job title or company name contian the query text
Results are returned as companies + jobs concatenated. This means all companies appear, then all jobs appear.
Follow up:
Add a tab to switch between searching for jobs vs. companies, or add a heading above the companies and jobs in the list so it's clear that all the companies show first followed by jobs.
f
key) to select the search bar/search?q=yourquerytext
Follow up: