On Github cdchase / heweb14-aim7
C. Daniel Chase — @cdchase
The University of Tennessee at Chattanooga
#aim7 #heweb14
if(isset($_POST['q']) && $_POST['q'] != '') { $url = "http://google.tennessee.edu/search?" . "client=utk_frontend&" . "output=xml_no_dtd&" . "sort=date:D:L:d1&" . "entqr=3&" . "ie=UTF-8&" . "ud=1&" . "site=Chattanooga&" . "start=0&" . "q=" . urlencode(stripslashes($_POST['q'])); $q = html_entity_decode(strip_tags($_POST['q'])); }
http://google.tennessee.edu/search?client=utk_frontend&output=xml_no_dtd& sort=date:D:L:d1&entqr=3&ie=UTF-8&ud=1&site=Chattanooga& start=0&q=university%20web%20services
0.256643university web services 1940/search?q=university+web+services&site=Chattanooga&lr=&ie=UTF-8&output=xml_no_dtd&client=utk_frontend&access=p&sort=date:D:L:d1&start=10&sa=Nhttp://www.utc.edu/university-web-services/ http://www.utc.edu/university-web-services/http://www.utc.edu/university-web-services/<b>University Web Services</b>10T4-ALRXDAUDJC2WK<b>...</b> <b>University Web Services</b>. <b>...</b> Remember, this list only goes to the <b>University Web</b><br> <b>Services</b> team, not all editors as it did previously. Managing Websites. <b>...</b> en
Bookmark the Reference documentation!
https://support.google.com/gsa/answer/3890846?hl=en&ref_topic=2709671
More specifically, the Search Protocol Reference:
http://www.google.com/support/enterprise/static/gsa/docs/admin/72/gsa_doc_set/xml_reference/
site=Chattanoogaclient A string that indicates a valid front end and the policies defined for it, including KeyMatches, related queries, filters, remove URLs, and OneBox Modules.
client=utk_frontendoutput Selects the format of the search results.
output=xml_no_dtdq Search query as entered by the user.
q=university%20web%20services
sort=date:D:L:d1entqr This parameter sets the query expansion policy. 3 is Full: Uses both standard and local synonym files.
entqr=3ie Sets the character encoding that is used to interpret the query.
ie=UTF-8ud Specifies whether results include ud tags. A ud tag contains internationalized domain name (IDN) encoding for a result URL.
ud=1
start=0
We base our search result handling on the same template provided with GSA — Customized. But, you can build your own.
Old URL: http://www.utc.edu/Administration/UniversityRelations/staff.php
C. Daniel Chase — @cdchase
Dan-Chase@UTC.edu
The University of Tennessee at Chattanooga
#aim7 #heweb14