Test
$meta_query = array( 'relation' => 'AND', array( 'key' => 'aw_allow_syndication', 'value' => 'true', 'type' => 'BINARY', ), array( 'key' => 'aw_schedule_syndication', 'value' => 'No', 'compare' => '=', 'type' => 'CHAR', ), );
$meta_query = array( 'relation' => 'AND', array( 'key' => 'aw_allow_syndication', 'value' => 'true', 'type' => 'BINARY', ), array( 'key' => 'aw_schedule_syndication', 'value' => 'No', 'compare' => '=', 'type' => 'CHAR', ), );