From cf1ba3efec3c1a310c302d139e3bf6d2c825f422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 28 Nov 2021 23:13:04 +0100 Subject: [PATCH] [temp] Fix Shop locations with poster only Boolean considered as 0/1 now? Directus bug (https://github.com/directus/directus/issues/10065) --- src/routes/shop/__layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/shop/__layout.svelte b/src/routes/shop/__layout.svelte index 9bae9e9..a32dd8a 100644 --- a/src/routes/shop/__layout.svelte +++ b/src/routes/shop/__layout.svelte @@ -176,7 +176,7 @@ location ( filter: { - has_poster: { _eq: true }, + has_poster: { _eq: 1 }, status: { _eq: "published" }, }, sort: "name"