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 13, 2024
1 parent 9de2f67 commit 57716b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ indices:
value: attribute(el, "content")
feature-names:
select: .features > div > div:first-child
value: textContent(el)
values: textContent(el)
feature-values:
select: .features > div > div:nth-child(2)
value: textContent(el)
values: textContent(el)
specification-names:
select: .specifications > div > div:first-child
value: textContent(el)
values: textContent(el)
specification-values:
select: .specifications > div > div:nth-child(2)
value: textContent(el)
values: textContent(el)
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")

0 comments on commit 57716b0

Please sign in to comment.