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 55194c9 commit 9de2f67
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@ indices:
name:
select: head > meta[property="og:title"]
value: attribute(el, "content")
features:
select: head > meta[property="og:title"]
value: attribute(el, "content")
specifications:
select: head > meta[property="og:title"]
value: attribute(el, "content")
feature-names:
select: .features > div > div:first-child
value: textContent(el)
feature-values:
select: .features > div > div:nth-child(2)
value: textContent(el)
specification-names:
select: .specifications > div > div:first-child
value: textContent(el)
specification-values:
select: .specifications > div > div:nth-child(2)
value: textContent(el)
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")

0 comments on commit 9de2f67

Please sign in to comment.