diff --git a/core/templates/ui/drilldown/search_partial.html b/core/templates/ui/drilldown/search_partial.html index ac3b6e0..d89c032 100644 --- a/core/templates/ui/drilldown/search_partial.html +++ b/core/templates/ui/drilldown/search_partial.html @@ -1,14 +1,14 @@
- {% csrf_token %} -
+ hx-trigger="change" + hx-target="#results" + hx-swap="innerHTML" + hx-indicator="#spinner"> + {% csrf_token %} +
-
+
- - + - +
-
+
-
-
+
+
-
+
- Static -
+ Static
+
-
- + -
+
+
- - + - +
-
-
+
+
-
- -
+ hx-trigger="change" + hx-post="{% url 'search' %}" + hx-target="#results" + hx-swap="innerHTML" + id="tags" + class="input" + type="tags" + name="tags" + placeholder="Add tags" + value="{{ params.tags }}"> + + +
\ No newline at end of file