From 148d0d1f10248713e9f303a92107218233407ecd Mon Sep 17 00:00:00 2001 From: Bryan Stopp Date: Thu, 25 Jan 2024 14:19:17 -0600 Subject: [PATCH] Update helix-query.yaml --- helix-query.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-query.yaml b/helix-query.yaml index 6c6f705e..ec91ca39 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -160,4 +160,4 @@ indices: value: textContent(el) text: select: main > div p - value: words(textContent(el), 0, 30000) + value: words(textContent(el), 0, 5000)