Bug 33103: Prevent vendors to be displayed several times in the search result

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-04-11 11:44:16 +02:00 committed by Tomas Cohen Arazi
parent 268a044222
commit a79c81b926
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -89,6 +89,7 @@ if ($booksellerid) {
{
order_by => { -asc => 'name' },
join => 'aqbookseller_aliases',
distinct => 1,
}
)->as_list;
}