Skip to content

Commit

Permalink
feat: sort criteria 'Headline' shoud map to 'sp_sortvalue'
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-becker committed Nov 27, 2024
1 parent f5d15ec commit 9757915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Search/Schema2xFieldMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function getSortField(Criteria $criteria): string
case $criteria instanceof Name:
return 'sp_name';
case $criteria instanceof Headline:
return 'sp_title';
return 'sp_sortvalue';
case $criteria instanceof Date:
return 'sp_date';
case $criteria instanceof Natural:
Expand Down

0 comments on commit 9757915

Please sign in to comment.