diff --git a/step-web/src/main/webapp/js/search_selection.js b/step-web/src/main/webapp/js/search_selection.js index cea473a827..82afb32795 100644 --- a/step-web/src/main/webapp/js/search_selection.js +++ b/step-web/src/main/webapp/js/search_selection.js @@ -2407,7 +2407,7 @@ step.searchSelect = { else if (typeof searchType !== "undefined") currentSearch = URL_SEPARATOR + searchType + '=' + searchWord; var joins = ""; if (previousJoinString !== "") { - joins = URL_SEPARATOR + "srchJoin=" + joins = URL_SEPARATOR + "srchJoin="; if (currentSearch === "") joins += previousJoinString; else if (numOfSearches > 1) { if (searchJoinsForMultipleStrongs === "") joins += previousJoinString + currentJoin + numOfSearches;