Skip to content

Commit

Permalink
Updating query index
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- committed Dec 4, 2023
1 parent e876a7f commit ce172e8
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 @@ -13,7 +13,7 @@ indices:
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")
date:
select: head > meta[name="publication-date"]
value: parseTimestamp(attribute(el, "content"), "MM/DD/YYYY")
value: attribute(el, "content")
title:
select: head > meta[property="og:title"]
value: attribute(el, "content")
Expand Down Expand Up @@ -42,7 +42,7 @@ indices:
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")
date:
select: head > meta[name="publication-date"]
value: parseTimestamp(attribute(el, "content"), "MM/DD/YYYY")
value: attribute(el, "content")
title:
select: head > meta[property="og:title"]
value: attribute(el, "content")
Expand Down

0 comments on commit ce172e8

Please sign in to comment.