Search for all languages

How to configure and adapt Aimeos based shops as developer
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!
Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Search for all languages

Post by Gagik » 25 Jan 2024, 15:58

Hello,

PHP version: 8.1
Laravel version: 10
Aimeos version: 2023.10
Environment: Linux

In Aimeos by default search for products functionality works by current language. I want to implement this functionality in a way that contains all active languages.

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

Re: Search for all languages

Post by aimeos » 27 Jan 2024, 10:14

For the full text search, you have to overwrite these lines and remove the "langid" part from the SQL fragment:
https://github.com/aimeos/aimeos-core/b ... hp#L24-L60
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply