T_Gu3
unread,Jul 11, 2012, 12:16:13 PM7/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to podi...@googlegroups.com
Hi,
In the code below when the same field is used twice to filter by the items which are set to 5 are displayed only and not items that are either 2 or 5:
$item = $api->item->getItems(APP_ID, array(6108576 => 2, 6108576 => 5, 'limit' => 10, 'sort_by' => 'created_on'));
I assume that in the code the first filter (6108576 => 2) is overridden by the second (6108576 => 5). What do I do to get items which are set to either 2 or 5 and not just 5?
Regards
Thomas