Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit fa95928

Browse files
author
Jenkins Continuous Integration Server
committed
Merge commit 'ea867fdb270ac13d0a60fa2d95a26b5e0ffc7420' into HEAD
2 parents c276ddd + ea867fd commit fa95928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout/header/header.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import _ from 'lodash'
2525
// window.location.replace(vm.constants.MAIN_URL + '/search?s=' + vm.searchTerm + '&scope=member')
2626

2727
// Replace with new member search url
28-
window.location.replace('/search/members/?q=' + vm.searchTerm)
28+
window.location.replace('/search/members/?q=' + window.encodeURIComponent(vm.searchTerm))
2929
}
3030
}
3131

0 commit comments

Comments
 (0)