mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Display all similarly named duplicates in duplicate manga dialogue (#1861)
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
@ -119,7 +119,7 @@ getDuplicateLibraryManga:
|
||||
SELECT *
|
||||
FROM mangas
|
||||
WHERE favorite = 1
|
||||
AND LOWER(title) = :title
|
||||
AND lower(title) LIKE '%' || lower(:title) || '%'
|
||||
AND _id != :id;
|
||||
|
||||
getUpcomingManga:
|
||||
|
Reference in New Issue
Block a user