From aa077ba720b159ee016f0d42134e37340a191ca1 Mon Sep 17 00:00:00 2001 From: Neeraj Garg Date: Thu, 19 Feb 2026 16:39:17 +0530 Subject: [PATCH 1/2] exclude indices --- helix-query.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helix-query.yaml b/helix-query.yaml index 1c87aa3..e91e82f 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -3,6 +3,10 @@ version: 1 indices: default: target: /query-index + exclude: + - /fragments/** + - /drafts/** + - /test/** properties: title: select: head > meta[property="og:title"] From 66ea89797d67f5444fe0c43eb9eabd0816f142f3 Mon Sep 17 00:00:00 2001 From: Neeraj Garg Date: Thu, 19 Feb 2026 16:43:17 +0530 Subject: [PATCH 2/2] exclude indices --- helix-query.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helix-query.yaml b/helix-query.yaml index e91e82f..4d90524 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -7,6 +7,10 @@ indices: - /fragments/** - /drafts/** - /test/** + - /nav/** + - /nav-index/** + - /thankyou + properties: title: select: head > meta[property="og:title"]