From 303c76e5eabefffd96bb5652a01dc3805d13d411 Mon Sep 17 00:00:00 2001 From: hsaginor Date: Wed, 11 Oct 2023 16:08:49 -0700 Subject: [PATCH] add v3 content to indexing --- 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: