pull/32/head
kunfei 5 years ago
parent 7f070f2a60
commit c12a4e03ab
  1. 2
      app/src/main/java/io/legado/app/data/dao/SearchBookDao.kt

@ -14,7 +14,7 @@ interface SearchBookDao {
fun observeAll(): DataSource.Factory<Int, SearchBook>
// @Query("SELECT name, author, '' bookUrl, '' origin, '' originName, count(origin) originCount, min(time) time, max(intro) intro, max(kind) kind, max(coverUrl) coverUrl, max(latestChapterTitle) latestChapterTitle FROM searchBooks where time >= :time group by name and author order by searchOrder and originOrder and time")
@Query("SELECT * FROM searchBooks")
@Query("SELECT * FROM searchBooks where time >= :time")
fun observeNew(time: Long): DataSource.Factory<Int, SearchBook>

Loading…
Cancel
Save