diff --git a/frontend/app/map/hash/hash.js b/frontend/app/map/hash/hash.js index 9f89f9fb..70088b0e 100644 --- a/frontend/app/map/hash/hash.js +++ b/frontend/app/map/hash/hash.js @@ -53,7 +53,7 @@ } } - map.searchUi.search(args[4] || "", !!ret, args[4] ? !fmUtils.isSearchId(args[4]) : null); + map.searchUi.search(args[4] || "", !!ret, args[4] ? (ret && !fmUtils.isSearchId(args[4])) : null); map.socket.setFilter(args[5] || "");