mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 07:32:28 -04:00
Scaffold unmatched page
This commit is contained in:
@@ -601,7 +601,7 @@ export const videosReadH = new Elysia({ tags: ["videos"] })
|
||||
query
|
||||
? or(
|
||||
sql`${videos.path} %> ${query}::text`,
|
||||
sql`${videos.guess}->'title' %> ${query}::text`,
|
||||
sql`${videos.guess}->>'title' %> ${query}::text`,
|
||||
)
|
||||
: undefined,
|
||||
keysetPaginate({ after, sort }),
|
||||
|
||||
Reference in New Issue
Block a user