Search

  • Thread starter Thread starter cmh
  • Start date Start date
C

cmh

Is there a standard "search engine" found in FrontPage? I
am trying to figure out what type of search engine is
included on my intranet site. The following is in the code
of the index.htm page in the search folder:


<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">


<title>Intranet (H-Net) Search Form</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="none, default">
</head>

<body >


<p> </p>

<h1>Intranet (H-Net) Search Form</h1>


<!--webbot bot="Search" s-index="_intranet1" s-
dsn="default"
s-fields="DocumentK,TimeStamp,Weight"
TAG="FORM"
S-Text="Search for:"
I-Size="50"
S-Submit="Start Search"
S-Clear="Reset" startspan b-useindexserver="1"
--><form action="../_vti_script/search_index.htm0.idq"
method="POST"><p><b>Search for: </b><input type="text"
name="UserRestriction" size="50" value></p><p><input
type="submit" value="Start Search"><input type="reset"
value="Reset"></p></form> bot="Search" endspan i-
checksum="23081"


I need to know if the parameters can be changed - as far
as where the engine searches on a server. I have 4 web
sites on a server and I only want the engine to search one
of them. Then there are also folders I want to omit
totally.

What type of search engines do others have running on
their intranets?
 
There are two general search functions in FrontPage. The older one uses
pre-built indexes and a simple form...

The newer one (which your code indicates you have) is called "Indexing
service"

You can get to it by using the "manage" function from right clicking on "My
Computer" on the server. In a nutshell, you hook up a search index to a
folder, and then tie it to the virtual web. FrontPage then hooks the user
up though the form to the search index.
 
When the FP extensions are installed on a Windows IIS server, the default
search is provided by Index Server, where you have to built a index catalog
for the content that you want indexed.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
....or you can ask the host to disable index server and use only the WAIS
search engine of FP.
--
-----
Tom P. Willett
Microsoft MVP - FrontPage
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
----
| When the FP extensions are installed on a Windows IIS server, the default
| search is provided by Index Server, where you have to built a index
catalog
| for the content that you want indexed.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Is there a standard "search engine" found in FrontPage? I
| > am trying to figure out what type of search engine is
| > included on my intranet site. The following is in the code
| > of the index.htm page in the search folder:
| >
| >
| > <html>
| >
| > <head>
| > <meta http-equiv="Content-Type" content="text/html;
| > charset=windows-1252">
| > <meta http-equiv="Content-Language" content="en-us">
| >
| >
| > <title>Intranet (H-Net) Search Form</title>
| > <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
| > <meta name="ProgId" content="FrontPage.Editor.Document">
| > <meta name="Microsoft Theme" content="none, default">
| > </head>
| >
| > <body >
| >
| >
| > <p> </p>
| >
| > <h1>Intranet (H-Net) Search Form</h1>
| >
| >
| > <!--webbot bot="Search" s-index="_intranet1" s-
| > dsn="default"
| > s-fields="DocumentK,TimeStamp,Weight"
| > TAG="FORM"
| > S-Text="Search for:"
| > I-Size="50"
| > S-Submit="Start Search"
| > S-Clear="Reset" startspan b-useindexserver="1"
| > --><form action="../_vti_script/search_index.htm0.idq"
| > method="POST"><p><b>Search for: </b><input type="text"
| > name="UserRestriction" size="50" value></p><p><input
| > type="submit" value="Start Search"><input type="reset"
| > value="Reset"></p></form> bot="Search" endspan i-
| > checksum="23081"
| >
| >
| > I need to know if the parameters can be changed - as far
| > as where the engine searches on a server. I have 4 web
| > sites on a server and I only want the engine to search one
| > of them. Then there are also folders I want to omit
| > totally.
| >
| > What type of search engines do others have running on
| > their intranets?
|
|
 
However since that is a registry change, it will impact all users on the
server.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top