test2
test2
$meta_query = array( 'relation' => 'AND', array( 'key' => 'callid', 'value' => 'te', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'kindof', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'start', 'value' => 'asd asf', 'compare' => 'BETWEEN', 'type' => 'DATE', ), );