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(); });