We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633ca93 commit d1f8927Copy full SHA for d1f8927
src/RecordManager/Base/Record/Ead3.php
@@ -702,6 +702,6 @@ protected function getFullTitle(): string
702
*/
703
protected function getTitleSort(): string
704
{
705
- return mb_strtolower($this->metadataUtils->stripPunctuation($this->getTitle()), 'UTF-8');
+ return mb_strtolower($this->metadataUtils->stripPunctuation($this->getTitleField()), 'UTF-8');
706
}
707
0 commit comments