SJSU Search Engine is powered by UltraSeek
and is configured to index university servers on and off-campus.
SJSU is in the early phase of testing Google Search Appliance
. This project is in coordination with the CSU Chancellor's office
.
Using the Ultraseek search engine, you can include a local search within your college, school, or department Web pages.
Place the following code into your page where you want the search function to appear. Then change the value for the "qp" field to the URL of your site. For example, "url:http://www.sjsu.edu/webservices/". The SJSU search engine must be indexing your site in order for the search results to be localized.
<form name="subsite_search" method="get" action="http://search.sjsu.edu/query.html">
<label for="local_search">Search the NAME site:</label><br />
<input type="text" name="qt" size="15" value="" maxlength="2033" id="local_search" />
<input type="submit" value="Go" name="search" />
<input type="hidden" name="qp" value="url:http://www.sjsu.edu/YOUR_SITE/" />
</form>
Example local search (returns results only from Web Services):