Page 1 of 1

JSONADM combine filter

Posted: 26 Mar 2020, 15:17
by matteovg7
Hi, I have some trouble using the combined filter of the JSONADM API.
I followed this guide https://aimeos.org/docs/Developers/Admi ... arch_items

I can get the filtered results without the combine operator, but when I try to use the combine operator i receive an error.

For example, I'm trying to make this GET request:

http://aimeos.test:8888/admin/default/j ... tatus%5D=1

but I receive this error: "title": "Invalid operator \"catalog.lists.domain\"".

Where am I wrong?

Re: JSONADM combine filter

Posted: 27 Mar 2020, 16:55
by aimeos
Between "&&" and "==" must be "[]" so an array is created:
http://aimeos.test:8888/admin/default/j ... .status]=1