From 2382f8a98b72fc0e0c462043609c3e17551d6f9e Mon Sep 17 00:00:00 2001 From: Andreas Haller Date: Fri, 16 Feb 2024 09:03:11 +0100 Subject: [PATCH] Update helix-query.yaml --- helix-query.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix-query.yaml b/helix-query.yaml index a5dfff4..e3546c9 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -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")