Adding a search function to the screen for selecting a profession.
Proposed changes
Added new reference to the endpoint to get all professions
Added a search bar and a function to filter through all those professions (I decided against a fancier search function because we currently have 33 professions and so it feels like a premature optimization)
Added the results, including a function to highlight the search string in the title
Short description
Adding a search function to the screen for selecting a profession.
Proposed changes
Side effects
Resolved issues
Fixes: #921