Searches use the site homepage URL with the “?s=” URL argument.
Themes like Elementor will let you create a template that will be used when a search is being performed (override the normal site homepage)
Manually doing a search
This will do a blank search (return all results):
wp_redirect( home_url( '/?s=' ) );
