Taxonomy.php issue with search and filters

After some tweaking I’ve discovered that I’ve totally forgotten the relation into meta_query. so I’ve just added

'meta_query' => array(
                    'relation' => 'AND',
                    $closed, 
                    $ends, 
                    $budgets, 
                ),

and it worked fine.