You would need following:
Global Search component: This you can add in the Header XF. Add a clientlib, that identifies the search event, then redirect the User to a Search Page. You can add this text search in the query params while redirecting
Search page with Result component:
The result compo...