Skip to content

Commit

Permalink
LIDO: Remove redundant titles from record summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mshroom committed Jan 17, 2025
1 parent c700bd4 commit bb0aeb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/Finna/src/Finna/RecordDriver/SolrLido.php
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,8 @@ public function getSummary()
if ($titleValues) {
$titleValues = $this->getAllLanguageSpecificItems(
$titleValues,
$language
$language,
true
);
//Discard values matching the object title
$titleValues = $this->compareWithTitle($titleValues);
Expand Down

0 comments on commit bb0aeb7

Please sign in to comment.