Scaffold unmatched page

This commit is contained in:
Zoe Roux
2026-03-13 20:01:28 +01:00
parent 0982d8f51c
commit 9af7e070d1
9 changed files with 336 additions and 1 deletions
+1 -1
View File
@@ -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 }),