If you’d like to redirect users when they click on a recent search query, you can customize the Recent Searches plugin and turn them into links by modifying getItemUrl and the item template.
If you want to avoid a full page reload when an item is selected, you can modify your search query state in the onSelect function instead of using traditional links.
For more information on this topic, check out the Customizing Recent Searches documentation here.