Exclude category names from search

Help for integrating the Laravel package
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!
columbo
Advanced
Posts: 125
Joined: 09 Oct 2019, 09:42

Exclude category names from search

Post by columbo » 07 Mar 2024, 10:21

Hi,

how can we to exclude category-names from filter search?
Only the product names should be included in the search.

eg:
category name: XYZ
-- product name: ABC

search for term: XYZ
Product ABC is displayed, but should be excluded.

Thank you!

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

Re: Exclude category names from search

Post by aimeos » 08 Mar 2024, 09:06

Overwrite the index text manager class and remove these lines:
https://github.com/aimeos/aimeos-core/b ... #L723-L725
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply