From 80f1380a471e68ac18c07c1963a11acce45abc60 Mon Sep 17 00:00:00 2001 From: hsaginor Date: Thu, 12 Oct 2023 09:28:22 -0700 Subject: [PATCH] add v3 content to indexing (#277) --- helix-query.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helix-query.yaml b/helix-query.yaml index dd9d925..931521b 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -5,6 +5,7 @@ indices: gallery: include: - '/content-v2/**/gallery/**' + - '/content-v3/**/gallery/**' target: /gallery-query-index.json properties: title: @@ -45,6 +46,7 @@ indices: article: include: - '/content-v2/**/article/**' + - '/content-v3/**/article/**' target: /article-query-index.json properties: title: @@ -97,6 +99,7 @@ indices: products: include: - '/content-v2/**/products/**' + - '/content-v3/**/products/**' target: /product-query-index.json properties: title: