test
test = array(
\’relation\’ => \’AND\’,
array(
\’key\’ => \’list\’,
\’value\’ => \’france\’,
\’compare\’ => \’LIKE\’,
),
relation\’ => \’OR\’,
array(
\’key\’ => \’list\’,
\’value\’ => \’greece\’,
\’compare\’ => \’LIKE\’,
),
);
test = array( 'relation' => 'AND', array( 'key' => 'list', 'value' => 'france', 'compare' => 'LIKE', ), array( 'key' => 'list', 'value' => 'greece', 'compare' => 'LIKE', ), );