From d7138ea56862cfcddda56ad0fad52096fd585d0f Mon Sep 17 00:00:00 2001 From: Marcus <25648755+M-arcus@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:45:12 +0200 Subject: [PATCH] RefundAdminSearchIndexer: Fix MySQL syntax --- .../RefundManager/Elasticsearch/RefundAdminSearchIndexer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php b/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php index fe61e4b81..48522b5e7 100644 --- a/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php +++ b/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php @@ -76,8 +76,7 @@ public function fetch(array $ids): array SELECT LOWER(HEX(mollie_refund.id)) as id, type, public_description, - internal_description, - + internal_description FROM mollie_refund WHERE mollie_refund.id IN (:ids) GROUP BY mollie_refund.id