From 27be8eec78b919bb990fac3f27e1d8fa3546920b Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 28 Apr 2026 22:58:09 +0200 Subject: [PATCH] Include collection entires in show search --- api/src/controllers/shows/shows.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/src/controllers/shows/shows.ts b/api/src/controllers/shows/shows.ts index 0452d4c5..13a1f3c7 100644 --- a/api/src/controllers/shows/shows.ts +++ b/api/src/controllers/shows/shows.ts @@ -106,6 +106,9 @@ export const showsH = new Elysia({ prefix: "/shows", tags: ["shows"] }) jwt: { sub, settings }, }) => { const langs = processLanguages(languages); + + if (query) ignoreInCollection = false; + const items = await getShows({ limit, after,