Search by label does not work JSON API

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
mefailing
Posts: 7
Joined: 15 Feb 2022, 14:15

Search by label does not work JSON API

Post by mefailing » 19 Apr 2022, 07:13

If i search for Fichte it shows:
Image

But if i search for KVH i got no results.

URL = '/shop/json-api?ai[action]=options&ai[controller]=Jsonapi&ai[resource]=product&ai[include]=product/property,attribute,media,price,text,catalog,supplier,stock&ai[page][offset]=' + _offset + '&ai[page][limit]=16&ai[filter][f_search]=kvh';

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Search by label does not work JSON API

Post by aimeos » 04 Jul 2022, 14:06

This is a MySQL limitation. See here how to configure MySQL to search for three letter words:
https://aimeos.org/docs/latest/infrastr ... hort-words
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply