mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
feat(api): books can be sorted by series title
This commit is contained in:
parent
4de763a7bf
commit
9bab9f620f
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ class BookDtoDao(
|
|||
private val sorts =
|
||||
mapOf(
|
||||
"name" to b.NAME.collate(SqliteUdfDataSource.COLLATION_UNICODE_3),
|
||||
"series" to sd.TITLE_SORT.noCase(),
|
||||
"created" to b.CREATED_DATE,
|
||||
"createdDate" to b.CREATED_DATE,
|
||||
"lastModified" to b.LAST_MODIFIED_DATE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue