This commit is contained in:
2026-01-05 14:10:24 -03:00
parent 311ff6d928
commit 22c67915a0

View File

@@ -41,7 +41,7 @@ export async function loader({ context }: Route.LoaderArgs) {
const courses = createSearch({
index: 'saladeaula_courses',
sort: ['created_at:desc'],
filter: 'unlisted NOT EXISTS',
filter: 'unlisted = false',
hitsPerPage: 100,
env: cloudflare.env
})