jsonapi search by product properties
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jsonapi search by product properties
Is it possible to search by product properties?
Something like:
Something like:
Code: Select all
/jsonapi/product?filter[%7E%3D][product.property.gtin]=7894326783&include=product.property
Re: jsonapi search by product properties
There's a "product:prop" search function available:
[/quote]
You can only search for exact values, not for strings inside.
Code: Select all
/jsonapi/product?filter[%3D%3D][product:prop("gtin",null,"7894326783")]=&include=product.property
You can only search for exact values, not for strings inside.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star