Making things BETTER
 
« Home
« Main BookShop Site
 

Back to
« User-Guide »

 
 
» Activate New BookShop
» Book-Search Form
» Features & Options
» Questions & Solutions
» Advanced Features
» Performance Enhancement
 
« Main BookShop Site
« Contact us
 
 
   

BestSellerBookShop
User-Guide

Advanced Features: Adding Web-Search with Book-Search
 

To User-Guide   Back To Advanced Features

Web-Search & Book-Search using the same Form
Easy way to let your visitors use your own Search-Engine from with-in your Book-Shop.

If you also own a CurryGuide Search Engine (Free or Paid), you can easily add web-search to your Book-Search Form (Search-Box) without making ANY major changes in your Book-Shop Search-Box design (in most cases without any design change).

If you have not yet acquired a Search Engine and need more information, please visit this place.

Instructions:

You need to use a New Form input:   target

Example 1: This example uses a SELECT Input to give visitors options to choose whether they want to make a Book-search or Web-Search. You can also use RADIO or CHECKBOX inputs depending on your design requirements.

<SELECT NAME="target">
<OPTION VALUE="">Book-Search
<OPTION VALUE= "Target-ID|AccountName|WHERE|Search-MATCH|Search-LEVEL">Web-Search
</SELECT>

Example 2: Using RADIO buttons (Inputs). You can use RADIO or SELECT or CHECKBOX inputs.

<INPUT TYPE="radio" NAME="target" VALUE= "Target-ID|AccountName|WHERE|Search-MATCH|Search-LEVEL">Web-Search
 
Note: in case of Book-Search you can simply leave the value of Form Input   target   EMPTY.
Example:
<INPUT TYPE="radio" NAME="target" VALUE=""> Book-Search

You can choose ANY INPUT types to add Web-Search with your current Book-Search Form. BUT, you must replace some parameters with their REAL Values as shown below:

Target-ID:
pwwws   if you maintain a Paid Search Engine
fwwws   if you maintain a FREE Search Engine
 
AccountName: Your Search Engine AccountName
 
Please Note that the above two parameters are REQUIRED, other three parameters (marked in orange colors) are optional. You can use the optional parameters to control the web-search behaviour. You can use all or some of the optional parameters, but you MUST NOT change their order. If you do not use any optional parameters, search in Entire web will be carried out.
 
Example:
<input type="radio" name="where" value="pwwws|curryguide">
If yours is a Paid search engine and your search engine AccountName is 'curryguide'. Do NOT ignore the delimiter ( | ) between parameters.
 
Optional parameters:
 
WHERE - Works the same way as Form Input where in your search engine. If you leave it empty, search in Entire Web will be carried out (default). 'brt' will make a UK search, 'europe' will initiate Search with-in European sites etc.
 
Example:
<input type="radio" name="where" value="pwwws|curryguide|brt">
If yours is a Paid search engine, your search engine AccountName is 'curryguide' and you want the search to carried out in UK sites only. Do NOT ignore the delimiter ( | ) between parameters.
 
Search-MATCH - Works the same way as Form Input type in your search engine.
 
Search-LEVEL - Works the same way as Form Input level in your search engine.

Working Examples:

Here is a typical example (using RADIO buttons).
 
You can use ANY design, layout or other types of Form-Inputs that suits your site.

Find it Quickly

Book-Search   Web-Search

 

Here is another typical example using SELECT button.
 
You can use ANY design, layout or other types of Form-Inputs that suits your site.

Find it Quickly

Search:

For instructions on how to Add Book-Search with Web-Search, see your Search Engine User-Guide.

To User-Guide   Back To Advanced Features