Quick Start: Part 1 - Adding The Search Box
This guide provides quick start instructions for getting your search
engine up quickly.
Add Search Box
To perform searches, you'll need to add the search box to your Web
site. The search box can be placed on page and on as many pages as
you like.
When you signed up you were provided with a ID. This ID is your collection
name within our search system and belongs only to you. This ID shows up
in the administrator areas as your Collection Name. You will need to know
your ID as it must be sent as a hidden parameter so the search knows to query
your search engine and display using your look and feel.
This search box below uses the example ID number: IS10003:
|
<form method="get"
action="http://www.innerprisesearch.com/esearch/search.aspx">
<a href="http://www.innerprisesearch.com/">Powered By
InnerpriseSearch.com</a><br>
<input type="hidden" name="id" value= "IS10003">
<input type="hidden" name="return" value="10">
<input type="hidden" name="omit" value="false">
<input type="text" name="search" size="30">
<input type="submit" name="submit" value="Search">
</form>
|
That's all there is to it.
Part2: Crawling/Indexing Your Site
Quick Start:
- Part1: Adding The Search Box
- Part2: Crawling/Indexing Your Site
- Part3: Customizing Look & Feel
|