Ajax filter – show all results that contain at least one filter

Try to replace

    $tax_query = array();

with

    $tax_query = array( 'relation' => 'OR' );

in your functions.php file.