From 6d959a7ec1a307af101bd440a5db38ac66af9672 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Nov 2014 20:56:53 +0900 Subject: [PATCH] Re-execute search when updating parameters --- client/scripts/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scripts/application.js b/client/scripts/application.js index 64c6478..f66504c 100644 --- a/client/scripts/application.js +++ b/client/scripts/application.js @@ -61,7 +61,7 @@ search(); - $('#searchKeyword').change(function() { + $('#searchKeyword,#minScore,#hintSteps,#maxResults').change(function() { search(); });