From 04ea344bb2b858276171a0541af2976318ec98c6 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 26 Feb 2022 11:27:58 +0100 Subject: [PATCH] feat(index): increase datatable's search delay --- static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.html b/static/index.html index 8dd0f16..806bcb9 100644 --- a/static/index.html +++ b/static/index.html @@ -34,6 +34,7 @@ dt = $("#results").DataTable({ processing: true, serverSide: true, + searchDelay: 800, ajax: { url: `/search`, data: d => {