mls
mls
$meta_query = array( 'relation' => 'OR', array( 'key' => 'property_address', 'value' => 's', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'property_zip', 'value' => 's', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'mls', 'value' => 's', 'compare' => 'LIKE', 'type' => 'CHAR', ), );