From: Anthony Talarico Date: Fri, 21 Sep 2018 18:29:03 +0000 (-0400) Subject: adding text search compontent template and reducing the ajax suggestive search min... X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e898d0f92c716b0904f66c15075f3bea45208196;p=WP-Plugins%2Fglm-member-db.git adding text search compontent template and reducing the ajax suggestive search min keystrokes to 1 in the textSearch widget field --- diff --git a/views/admin/newDashboard/components/dateSearch.html b/views/admin/newDashboard/components/dateSearch.html new file mode 100644 index 00000000..e69de29b diff --git a/views/admin/newDashboard/components/textSearch.html b/views/admin/newDashboard/components/textSearch.html index 395e94be..ab211db0 100644 --- a/views/admin/newDashboard/components/textSearch.html +++ b/views/admin/newDashboard/components/textSearch.html @@ -56,7 +56,7 @@ window.location.replace('{$component.resultUrl}&{$component.entityID}='+searchResults[search].entityID); } }, - minLength: 3, + minLength: 1, }); }); \ No newline at end of file