diff --git a/helix-query.yaml b/helix-query.yaml index 5e8676e..5fb421c 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -1,6 +1,8 @@ indices: ship-specifications: target: /specifications/query-index.json + include: + - '/specifications/**' properties: name: select: head > meta[property="og:title"] @@ -22,6 +24,8 @@ indices: value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT") ship-focus: target: /focus/query-index.json + include: + - '/focus/**' properties: name: select: head > meta[property="og:title"]