Skip to content

Commit

Permalink
fix authors text sort type back to long
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Nov 26, 2024
1 parent 715e669 commit 486e6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/portal/services/sort.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class SortService {
{
'authorsText.keyword': {
order: this.sortDirection ? 'desc' : 'asc',
unmapped_type: 'date',
unmapped_type: 'long',
},
},
];
Expand Down

0 comments on commit 486e6d9

Please sign in to comment.