Skip to content

Commit

Permalink
query index added
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasadobe committed Sep 10, 2024
1 parent 5da8fee commit 49efd2a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 1

indices:
students:
include:
- /creativecloud/**
exclude:
- '**/students-shared/**'
- '**/gnav**'
- '**/footer**'
- '**/drafts/**'
- '**/fragments/**'
target: /students-shared/assets/query-index.xlsx
properties:
author:
select: main > div:nth-of-type(3) > p:nth-of-type(1)
value: |
match(el, 'by (.*)')

0 comments on commit 49efd2a

Please sign in to comment.