From 8ae15ce9a4221b74d72b3569153ef43b6bb5b85f Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Mon, 5 Sep 2022 07:20:30 +0100 Subject: [PATCH] Only trigger one search for populateSearch --- core/templates/ui/drilldown/drilldown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index aad2a90..d116d0c 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -51,7 +51,7 @@ function populateSearch(field, value) { var inputTags = document.getElementById('tags'); inputTags.BulmaTagsInput().add(field+": "+value); - htmx.trigger("#search", "click"); + //htmx.trigger("#search", "click"); }