mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Seearch by manga description in Library (#716)
This commit is contained in:
parent
8199ce0412
commit
db818f2e6f
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ class LibraryItem(
|
|||
return manga.title.contains(constraint, true) ||
|
||||
(manga.author?.contains(constraint, true) ?: false) ||
|
||||
(manga.artist?.contains(constraint, true) ?: false) ||
|
||||
(manga.description?.contains(constraint, true) ?: false) ||
|
||||
sourceName.contains(constraint, true) ||
|
||||
if (constraint.contains(",")) {
|
||||
val genres = manga.genre?.split(", ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue