X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.js;h=e90ff29b2f8e9d3ee08eed394902b61234adc701;hp=2332894333a12d01929f4c2022abbd6c14714dd7;hb=d3b9f1529768e96c18dc8ce2e092c46e55495826;hpb=8b20ba890a58920810d2535bd4340025d38c1d7d diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 2332894..e90ff29 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -310,7 +310,7 @@ function loadSelect () // limit the query after clicking the facet function limitQuery (field, value) { - document.mkwsSearchForm.query.value += ' and ' + field + '="' + value + '"'; + document.mkwsSearchForm.mkwsQuery.value += ' and ' + field + '="' + value + '"'; onFormSubmitEventHandler(); }