diff --git a/src/RecordManager/Base/Solr/SolrComparer.php b/src/RecordManager/Base/Solr/SolrComparer.php index b516bcd2..2ecd7cd6 100644 --- a/src/RecordManager/Base/Solr/SolrComparer.php +++ b/src/RecordManager/Base/Solr/SolrComparer.php @@ -223,9 +223,10 @@ protected function compareWithSolrRecord($record, $logFile) 'allfields', 'allfields_unstemmed', 'fulltext', 'fulltext_unstemmed', 'spelling', 'spellingShingle', 'authorStr', 'author_facet', 'publisherStr', 'publishDateSort', 'hierarchy_browse', - 'first_indexed', 'last_indexed', '_version_', + 'first_indexed', 'last_indexed', '_version_', 'catalog_date', 'fullrecord', 'title_full_unstemmed', 'title_fullStr', - 'author_additionalStr', + 'title_txtP', 'container_title_str_mv', 'author_additionalStr', + 'callnumber-search', 'series_key_str_mv', 'series_order_str', ]; if (isset($this->config['Solr']['ignore_in_comparison'])) { @@ -295,7 +296,7 @@ protected function compareWithSolrRecord($record, $logFile) } } if ($differences) { - $msg = "Record {$record['id']} would be changed: " . PHP_EOL + $msg = "Record {$record['id']} would be changed:" . PHP_EOL . $differences . PHP_EOL; if (!$logFile) { $this->log->writeConsole($msg);