Skip to content

Commit

Permalink
UHF-9962: added table name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen committed Jun 3, 2024
1 parent c261f6a commit 91faa24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 91faa24

Please sign in to comment.