I have now found a usable work around by changing lines 4769 in custom_functions.php so 4761 – 4769 says:
<input class=”search_text” name=”s”
value=”<?php if ( isset( $_REQUEST[‘s’] ) && trim( $_REQUEST[‘s’] ) != ” ) {
echo esc_attr( stripslashes_deep( $_REQUEST[‘s’] ) );
} else {
echo Community;
So when Search For is left blank, it echo’s ‘Community’ as the Search Term rather then $default_search_for_text which returns nothing and ends up in the search returning the error page.
Obviously every time the plugin updates I’ll have to re-apply the change but it means we can just put a phase in each Location and then echo that phase for ‘Search For’ (and hide it as well) and it pull all the locations by default if nothing is in Near, or the schemes within distance if Near is put in