andvanced search trim bug

This commit is contained in:
2021-11-18 16:08:36 +00:00
parent 19e6f32fa8
commit 5a9813e2ea
+1 -1
View File
@@ -233,7 +233,7 @@ let AdvancedSearch = (props) => {
var searchString = "";
searchString +=
values.caseRef.trim() != null ? "?q=" + values.caseRef.trim() : "";
values.caseRef != null ? "?q=" + values.caseRef.trim() : "";
searchString +=
values.lpaTypes != null
? (typeof values.caseRef == "undefined" ? "?" : "&") +