How to filter product by property (JsonAPI)?
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to filter product by property (JsonAPI)?
Hi aimeos,
In JSON API, how can I filter products by property? I am trying to filter product by package-width, height, and weight.
In JSON API, how can I filter products by property? I am trying to filter product by package-width, height, and weight.
Re: How to filter product by property (JsonAPI)?
You can use:
But you can only filter for discrete values, not for ranges like > 10.
Code: Select all
&filter[&&][][!=][product:prop("package-weight",null,"10")]=
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
