Include collection entires in show search

This commit is contained in:
Zoe Roux 2026-04-28 22:58:09 +02:00
parent 4a0306a68d
commit 27be8eec78
No known key found for this signature in database

View File

@ -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,