Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: successfully launch searches into today.wisc.edu from Madison theme
Browse files Browse the repository at this point in the history
query parameter changed from `term` to `search[term]`
  • Loading branch information
apetro committed Jun 8, 2018
1 parent dba73f8 commit 4890742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Search is configured in `web-config.js`:
"webSearchURL" : "http://www.wisc.edu/search/?q=",
"domainResultsLabel" : "Wisc.edu",
"kbSearchURL" : "https://kb.wisc.edu/search.php?q=",
"eventsSearchURL" : "https://today.wisc.edu/events/search?term=",
"eventsSearchURL" : "https://today.wisc.edu/events/search?search[term]=",
"helpdeskURL" : "https://kb.wisc.edu/helpdesk/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion web/src/main/webapp/js/web-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ define(['angular'], function(angular) {
'webSearchURL': 'http://www.wisc.edu/search/?q=',
'domainResultsLabel': 'Wisc.edu',
'kbSearchURL': 'https://kb.wisc.edu/search.php?q=',
'eventsSearchURL': 'https://today.wisc.edu/events/search?term=',
'eventsSearchURL': 'https://today.wisc.edu/events/search?search[term]=',
'helpdeskURL': 'https://kb.wisc.edu/helpdesk/',
},
{
Expand Down

0 comments on commit 4890742

Please sign in to comment.