meta1
$meta_query = array( 'relation' => 'OR', array( 'key' => 'name', 'value' => '$Product', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'store', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'name', 'value' => '$Product', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'store', ), );