From 91faa244ab2c9a26852488b118fafe7f6a084301 Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Mon, 3 Jun 2024 12:41:39 +0300 Subject: [PATCH] UHF-9962: added table name --- public/modules/custom/helfi_annif/src/RecommendationManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modules/custom/helfi_annif/src/RecommendationManager.php b/public/modules/custom/helfi_annif/src/RecommendationManager.php index 68691efef..2e29db424 100644 --- a/public/modules/custom/helfi_annif/src/RecommendationManager.php +++ b/public/modules/custom/helfi_annif/src/RecommendationManager.php @@ -60,7 +60,7 @@ public function getRecommendations(EntityInterface $node): array { and annif.langcode = :langcode and nfd.langcode = :langcode and n.nid != :nid - and created > :timestamp + and nfd.created > :timestamp group by n.nid order by relevancy DESC limit 3;