Skip to content

Commit

Permalink
MWPW-142287 Add products and other metadata to index (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder authored Feb 15, 2024
1 parent d6de6f8 commit ce26d1f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,30 @@ indices:
select: none
value: |
parseTimestamp(headers['last-modified'], 'ddd, DD MMM YYYY hh:mm:ss GMT')
industry:
select: head > meta[name="industry"]
value: |
attribute(el, 'content')
customerJourneyStage:
select: head > meta[name="customer-journey-stage"]
value: |
attribute(el, 'content')
product:
select: head > meta[name="product"]
value: |
attribute(el, 'content')
audience:
select: head > meta[name="audience"]
value: |
attribute(el, 'content')
seoArticle:
select: head > meta[name="seo-article"]
value: |
attribute(el, 'content')
artworkSource:
select: head > meta[name="artwork-source"]
value: |
attribute(el, 'content')
blog-uk:
include:
Expand Down

0 comments on commit ce26d1f

Please sign in to comment.