RE: Hah! I'm an idiot!

2000-09-12 Thread Richard Kern

I used a verity search but moved out the directories I didn't want searched,
replaced them later and now that collection forms the basis of my search
page
Ricahrd Kern
Web Developer, RSAcompanies

-Original Message-
From: Olive, Christopher M Mr NMR
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 10:20 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Hah! I'm an idiot!


why not use a verity collection?

Chris Olive,
DOEHRS Website Administrator 

-Original Message-
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 9:25 AM
To: '[EMAIL PROTECTED]'
Subject: Hah! I'm an idiot!


So i'm the only cold fusion programmer here at work. And I'm designing the
new site look, well one of the features they wanted was to be able to have a
search box wich will search the site and return results.

So, being the big dummy I am, I was like "hey no problem!"

Now that I think about it, I have no idea on where to even begin.
This is what they want:

The website is about 60 pages, all of them CFM pages (even though some of
them don't have any cold fusion code in them, I made them cfm on the sheer
chance that i'd have to put something in them). 

The search box would search through those 60 pages and return the results
that closest match what you were looking for in the manner of hyperlinks.

Gah!

Any suggestions would be greatly appreciated

Gavin

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hah! I'm an idiot!

2000-09-12 Thread Gavin Myers

verty... cool, thanks guys I'll look into that.

-Original Message-
From: Steve Bernard [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 12:43 PM
To: [EMAIL PROTECTED]
Subject: RE: Hah! I'm an idiot!


Use Verity to first make a collection and then search on it. Instructions on
how to get started with this are available in the CF Web Application books
by Forta, et al. The Allaire docs also explain this but in less detail. Be
careful not to allow users to search for, and then view, the raw source
code.

Steve


-Original Message-
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 9:25 AM
To: '[EMAIL PROTECTED]'
Subject: Hah! I'm an idiot!


So i'm the only cold fusion programmer here at work. And I'm designing the
new site look, well one of the features they wanted was to be able to have a
search box wich will search the site and return results.

So, being the big dummy I am, I was like "hey no problem!"

Now that I think about it, I have no idea on where to even begin.
This is what they want:

The website is about 60 pages, all of them CFM pages (even though some of
them don't have any cold fusion code in them, I made them cfm on the sheer
chance that i'd have to put something in them).

The search box would search through those 60 pages and return the results
that closest match what you were looking for in the manner of hyperlinks.

Gah!

Any suggestions would be greatly appreciated

Gavin


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hah! I'm an idiot!

2000-09-12 Thread Steve Bernard

Yes, Verity. It's a search engine company. Allaire bundles a low-end version
of their engine with CF.

Steve

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 12:24 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Hah! I'm an idiot!


verity?

--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
--

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Hah! I'm an idiot!

2000-09-12 Thread [EMAIL PROTECTED]

I am almost finished a verity tutorial, if this doesn't help, I also have
the script I mentioned earlier that reads from the directories and parses
out all the html, cfm tags, and "noise" words so that verity returns better
matches.  Check the search on this site, and if you like it, I will send you
a copy. (off list email - [EMAIL PROTECTED])
http://cfhub.com/advanced/verity/index.cfm

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hah! I'm an idiot!

2000-09-12 Thread Steve Bernard

Use Verity to first make a collection and then search on it. Instructions on
how to get started with this are available in the CF Web Application books
by Forta, et al. The Allaire docs also explain this but in less detail. Be
careful not to allow users to search for, and then view, the raw source
code.

Steve


-Original Message-
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 9:25 AM
To: '[EMAIL PROTECTED]'
Subject: Hah! I'm an idiot!


So i'm the only cold fusion programmer here at work. And I'm designing the
new site look, well one of the features they wanted was to be able to have a
search box wich will search the site and return results.

So, being the big dummy I am, I was like "hey no problem!"

Now that I think about it, I have no idea on where to even begin.
This is what they want:

The website is about 60 pages, all of them CFM pages (even though some of
them don't have any cold fusion code in them, I made them cfm on the sheer
chance that i'd have to put something in them).

The search box would search through those 60 pages and return the results
that closest match what you were looking for in the manner of hyperlinks.

Gah!

Any suggestions would be greatly appreciated

Gavin

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Hah! I'm an idiot!

2000-09-12 Thread Michael Slatoff

One word for ya... Verity.

- Original Message -
From: "Gavin Myers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 12, 2000 6:25 AM
Subject: Hah! I'm an idiot!


> So i'm the only cold fusion programmer here at work. And I'm designing the
> new site look, well one of the features they wanted was to be able to have
a
> search box wich will search the site and return results.
>
> So, being the big dummy I am, I was like "hey no problem!"
>
> Now that I think about it, I have no idea on where to even begin.
> This is what they want:
>
> The website is about 60 pages, all of them CFM pages (even though some of
> them don't have any cold fusion code in them, I made them cfm on the sheer
> chance that i'd have to put something in them).
>
> The search box would search through those 60 pages and return the results
> that closest match what you were looking for in the manner of hyperlinks.
>
> Gah!
>
> Any suggestions would be greatly appreciated
>
> Gavin
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hah! I'm an idiot!

2000-09-12 Thread Chapman, Katrina

Sounds like a candidate for a verity search.  Don't ask me how though cause
I've never built one.  Although I'm sure someone else on this list can help
you.

--K

> -Original Message-
> From: Gavin Myers [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 12, 2000 6:25 AM
> To: '[EMAIL PROTECTED]'
> Subject: Hah! I'm an idiot!
> 
> 
> So i'm the only cold fusion programmer here at work. And I'm 
> designing the
> new site look, well one of the features they wanted was to be 
> able to have a
> search box wich will search the site and return results.
> 
> So, being the big dummy I am, I was like "hey no problem!"
> 
> Now that I think about it, I have no idea on where to even begin.
> This is what they want:
> 
> The website is about 60 pages, all of them CFM pages (even 
> though some of
> them don't have any cold fusion code in them, I made them cfm 
> on the sheer
> chance that i'd have to put something in them). 
> 
> The search box would search through those 60 pages and return 
> the results
> that closest match what you were looking for in the manner of 
> hyperlinks.
> 
> Gah!
> 
> Any suggestions would be greatly appreciated
> 
> Gavin
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Hah! I'm an idiot!

2000-09-12 Thread [EMAIL PROTECTED]

Verity works ok.  My solution was a little script that read all the
directories, pulled out the HTML and CFM tags, then parsed out all the
"buzz" words before adding them to a collection.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hah! I'm an idiot!

2000-09-12 Thread Andy Ewings

verity?

--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
--


-Original Message-
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: 12 September 2000 14:25
To: '[EMAIL PROTECTED]'
Subject: Hah! I'm an idiot!


So i'm the only cold fusion programmer here at work. And I'm designing the
new site look, well one of the features they wanted was to be able to have a
search box wich will search the site and return results.

So, being the big dummy I am, I was like "hey no problem!"

Now that I think about it, I have no idea on where to even begin.
This is what they want:

The website is about 60 pages, all of them CFM pages (even though some of
them don't have any cold fusion code in them, I made them cfm on the sheer
chance that i'd have to put something in them). 

The search box would search through those 60 pages and return the results
that closest match what you were looking for in the manner of hyperlinks.

Gah!

Any suggestions would be greatly appreciated

Gavin

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hah! I'm an idiot!

2000-09-12 Thread Olive, Christopher M Mr NMR

why not use a verity collection?

Chris Olive,
DOEHRS Website Administrator 

-Original Message-
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 9:25 AM
To: '[EMAIL PROTECTED]'
Subject: Hah! I'm an idiot!


So i'm the only cold fusion programmer here at work. And I'm designing the
new site look, well one of the features they wanted was to be able to have a
search box wich will search the site and return results.

So, being the big dummy I am, I was like "hey no problem!"

Now that I think about it, I have no idea on where to even begin.
This is what they want:

The website is about 60 pages, all of them CFM pages (even though some of
them don't have any cold fusion code in them, I made them cfm on the sheer
chance that i'd have to put something in them). 

The search box would search through those 60 pages and return the results
that closest match what you were looking for in the manner of hyperlinks.

Gah!

Any suggestions would be greatly appreciated

Gavin

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Hah! I'm an idiot!

2000-09-12 Thread Gavin Myers

So i'm the only cold fusion programmer here at work. And I'm designing the
new site look, well one of the features they wanted was to be able to have a
search box wich will search the site and return results.

So, being the big dummy I am, I was like "hey no problem!"

Now that I think about it, I have no idea on where to even begin.
This is what they want:

The website is about 60 pages, all of them CFM pages (even though some of
them don't have any cold fusion code in them, I made them cfm on the sheer
chance that i'd have to put something in them). 

The search box would search through those 60 pages and return the results
that closest match what you were looking for in the manner of hyperlinks.

Gah!

Any suggestions would be greatly appreciated

Gavin
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.