From ea25c6710b52f45f0ee27bd06db9c59f7ee215fd Mon Sep 17 00:00:00 2001 From: Brandon Marshall Date: Tue, 17 Sep 2024 13:56:23 -0700 Subject: [PATCH] MWPW-158345 index multiple CaaS links (#250) --- helix-query.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix-query.yaml b/helix-query.yaml index 5579faa..0f40140 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -34,8 +34,8 @@ indices: value: | attribute(el, 'content') caas-url: - select: .columns div div a[href*="/tools/caas"], .text div div a[href*="/tools/caas"] - value: | + select: a[href*="/tools/caas"] + values: | attribute(el, 'href') marketo-url: select: .marketo div div a[href*="/tools/marketo"]