adding text search compontent template and reducing the ajax suggestive search min...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 21 Sep 2018 18:29:03 +0000 (14:29 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 21 Sep 2018 18:29:03 +0000 (14:29 -0400)
views/admin/newDashboard/components/dateSearch.html [new file with mode: 0644]
views/admin/newDashboard/components/textSearch.html

diff --git a/views/admin/newDashboard/components/dateSearch.html b/views/admin/newDashboard/components/dateSearch.html
new file mode 100644 (file)
index 0000000..e69de29
index 395e94b..ab211db 100644 (file)
@@ -56,7 +56,7 @@
                     window.location.replace('{$component.resultUrl}&{$component.entityID}='+searchResults[search].entityID);
                 }
             },
-            minLength: 3,
+            minLength: 1,
         });
     });
 </script>
\ No newline at end of file