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

fix(search): remove google search configuration #689

Merged
merged 1 commit into from
Sep 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions angularjs-portal-home/src/main/webapp/js/web-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ define(['angular'], function(angular) {
{
'group': 'UW-Madison',
'directorySearchURL': '/aries/proxy/wiscdirectory',
'googleSearchURL': '/aries/proxy/wiscedusearch?key=AIzaSyCVAXiUzRYsML1Pv6RwSG1gunmMikTzQqY&rsz=10&num=10&sig=b16e3ffbc96e4526fdc0cc8394bf713a&cx=001601028090761970182:uu2tbvfp4za&alt=json',
'webSearchURL': 'http://www.wisc.edu/search/?q=',
'domainResultsLabel': 'Wisc.edu',
'kbSearchURL': 'https://kb.wisc.edu/search.php?q=',
Expand All @@ -15,7 +14,6 @@ define(['angular'], function(angular) {
{
'group': 'UW System-River Falls',
'directorySearchURL': '/aries/proxy/uwrfdirectory',
'googleSearchURL': '/aries/proxy/uwrfsearch?key=AIzaSyCVAXiUzRYsML1Pv6RwSG1gunmMikTzQqY&rsz=10&num=10&hl=en&prettyPrint=false&source=gcsc&gss=.com&sig=432dd570d1a386253361f581254f9ca1&cx=004071655910512460416:8kmve-tofw8&googlehost=www.google.com&nocache=1456777578251&',
'webSearchURL': 'https://www.uwrf.edu/AboutUs/SearchResults.cfm?q=',
'domainResultsLabel': 'UWRF.edu',
'eventsSearchURL': 'https://events.uwrf.edu?q=',
Expand All @@ -25,7 +23,6 @@ define(['angular'], function(angular) {
'group': 'UW System-Platteville',
'kbSearchURL': 'https://kb.uwplatt.edu/search.php?q=',
'helpdeskURL': 'https://kb.wisc.edu/helpdesk/',
'googleSearchURL': '/aries/proxy/uwplattsearch?key=AIzaSyCVAXiUzRYsML1Pv6RwSG1gunmMikTzQqY&rsz=10&num=10&sig=b16e3ffbc96e4526fdc0cc8394bf713a&cx=013148818429580281285:suupwg3jgw4&alt=json',
'domainResultsLabel': 'uwplatt.edu',
},
]);
Expand Down