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')