In `SearchOverride.php` the` $wp_query->query_vars['asp_override']` is only checked for falsy values, whereas it should affect the override if it's true. This is a major issue if a 3rd party plugin wan't to trigger the search override.
In
SearchOverride.phpthe$wp_query->query_vars['asp_override']is only checked for falsy values, whereas it should affect the override if it's true.This is a major issue if a 3rd party plugin wan't to trigger the search override.