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

Commit f334aef

Browse files
committed
Merge pull request #773 from appirio-tech/community-search
Update url for community page search
2 parents 2a38850 + 661798e commit f334aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/community/members.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import angular from 'angular'
2323

2424
ctrl.search = function() {
2525
if (ctrl.keywords) {
26-
window.location.replace('/search?s=' + ctrl.keywords + '&scope=member')
26+
window.location.replace('/search/members/?q=' + window.encodeURIComponent(ctrl.keywords))
2727
} else {
2828
ctrl.notSearch = true
2929
}

0 commit comments

Comments
 (0)