From d1f7245c073fdebee9c9508ab0b64b64e8ca973d Mon Sep 17 00:00:00 2001 From: Ash Date: Mon, 18 Nov 2024 21:34:21 +0000 Subject: [PATCH] feat(test-studio): enable new search in staging workspace --- dev/test-studio/sanity.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev/test-studio/sanity.config.ts b/dev/test-studio/sanity.config.ts index 31b82b3dea32..67e6d37a1da9 100644 --- a/dev/test-studio/sanity.config.ts +++ b/dev/test-studio/sanity.config.ts @@ -257,6 +257,9 @@ export default defineConfig([ unstable_tasks: { enabled: true, }, + search: { + strategy: 'groq2024', + }, }, { name: 'custom-components',