Skip to content

Commit

Permalink
Update helix-query.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller authored Feb 16, 2024
1 parent 670dbe4 commit 2382f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ indices:
value: attribute(el, "content")
hull-finishes-names:
select: head > meta[name^="hull-finish-image-"]
value: attribute(el, "name")
values: attribute(el, "name")
hull-finishes-images:
select: head > meta[name^="hull-finish-image-"]
value: attribute(el, "content")
values: attribute(el, "content")
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")

0 comments on commit 2382f8a

Please sign in to comment.