Add bookmark filter (#8198)

* feat: add bookmark filter

* feat: add getBookmarkChaptersByMangaId query + interactor to be used for filtering
This commit is contained in:
Swords
2022-10-16 02:33:09 +11:00
committed by GitHub
parent 3d7e44726d
commit 3fdcd636d7
8 changed files with 57 additions and 1 deletions

View File

@@ -28,6 +28,12 @@ SELECT *
FROM chapters
WHERE manga_id = :mangaId;
getBookmarkedChaptersByMangaId:
SELECT *
FROM chapters
WHERE bookmark
AND manga_id = :mangaId;
getChapterByUrl:
SELECT *
FROM chapters