From 1d4fc9bd8bea951868ef6aa5df909771a72247ad Mon Sep 17 00:00:00 2001 From: Ben Peter Date: Sat, 25 Jul 2026 10:33:14 +0200 Subject: [PATCH] Remove committed helix-query.yaml; index config lives in the Config Service The learn index config is now managed through the AEM Config Service API at content/query.yaml, not a file in the repo. The committed file is the deprecated path. --- helix-query.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 helix-query.yaml diff --git a/helix-query.yaml b/helix-query.yaml deleted file mode 100644 index 3e89085..0000000 --- a/helix-query.yaml +++ /dev/null @@ -1,31 +0,0 @@ -version: 1 - -indices: - learn: - target: /learn/query-index - include: - - /learn/** - exclude: - - /learn - - /learn/product-highlights - properties: - title: - select: head > meta[property="og:title"] - value: | - attribute(el, 'content') - image: - select: head > meta[property="og:image"] - value: | - match(attribute(el, 'content'), 'https:\/\/[^/]+(\/.*)') - description: - select: head > meta[name="description"] - value: | - attribute(el, 'content') - lastModified: - select: none - value: | - parseTimestamp(headers['last-modified'], 'ddd, DD MMM YYYY hh:mm:ss GMT') - robots: - select: head > meta[name="robots"] - value: | - attribute(el, 'content')