Skip to content

Commit

Permalink
add v3 content to indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaginor committed Oct 11, 2023
1 parent 98b1c00 commit 303c76e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ indices:
gallery:
include:
- '/content-v2/**/gallery/**'
- '/content-v3/**/gallery/**'
target: /gallery-query-index.json
properties:
title:
Expand Down Expand Up @@ -45,6 +46,7 @@ indices:
article:
include:
- '/content-v2/**/article/**'
- '/content-v3/**/article/**'
target: /article-query-index.json
properties:
title:
Expand Down Expand Up @@ -97,6 +99,7 @@ indices:
products:
include:
- '/content-v2/**/products/**'
- '/content-v3/**/products/**'
target: /product-query-index.json
properties:
title:
Expand Down

0 comments on commit 303c76e

Please sign in to comment.