From 9b753303df7da72a1b6f06d3726db9a796f0d2ce Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Fri, 10 Jun 2022 10:07:19 -0500 Subject: [PATCH] add autocomplete filtering on label AND value as it is, trying to filter by the items in the array is frustrating as only the value is filtered on. this change allows for filtering on both. --- layouts/partials/banner.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html index e6a620e..1936158 100644 --- a/layouts/partials/banner.html +++ b/layouts/partials/banner.html @@ -19,6 +19,13 @@ {{ $currentNode := . }} {{ $currentNode.Scratch.Set "pages" .Site.Pages }} {{ $pages := ($currentNode.Scratch.Get "pages") }}