How to negate filter condition?

Avatar image for tolze
Tolze

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Is it possible to negate the condition of a filter?

Lets say I want to get all companies except those with the ids 1 and 2. Could I do something similar to this?

http://www.giantbomb.com/api/companies/?api_key=YOUR_KEY&format=json&field_list=id,name&filter=id:!1|!2

is there any way to accomplish this?

Avatar image for tjockapa
tjockapa

18

Forum Posts

1

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I have not seen a feature like this. But its of course possible if you cache the companies on your site first.