How to search by user groups?

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!
User avatar
DNK
Posts: 21
Joined: 27 Feb 2025, 10:50

How to search by user groups?

Post by DNK » 11 Mar 2025, 13:18

I added a column that displays user groups.
Image

How to search by user groups? What part of the code is responsible for searching by columns?

Log error:
Image
Aimeos 2024.10.3 + Laravel 11, PHP 8.2, MySql8.0, Nginx, Ubuntu 22.04.5 LTS

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

Re: How to search by user groups?

Post by aimeos » 13 Mar 2025, 08:12

In the admin list view this is a bit more complicated because you need the ID of the group and use the 'customer:has("group","default",<id>)' search function to filter the customers. This requires custom handling in the Customer JQAdm class resp. your own class with extended from that one.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply