Forum Moderators: phranque

Message Too Old, No Replies

Need a simple search tool for a site

         

kevinj

6:34 pm on Jun 21, 2004 (gmt 0)

10+ Year Member



I have a site that will be running ASP and I'm in need of a simple search function (free if possible) to search the html text on the site. I've used ColdFusion before on another site to do a very simple sitewide search. Does anyone have any suggestions for a search tool that would help me provide search results that include the page title, link to the page, and the first few sentences of text on the page?

Thanks,
Kevin

webwoman

6:57 pm on Jun 21, 2004 (gmt 0)

10+ Year Member



atomz

Jon_King

7:00 pm on Jun 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've used Atomz too and I am very satisfied.

nancyb

11:51 pm on Jun 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



atomz is great, but it's free only for the first 500 pages. anybody know a free tool for a site with more than 500 pages?

digitalv

12:03 am on Jun 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why not just build one yourself? Your pages are in ASP, write a quick script to insert their HTML contents in a database and search against it.

Easy_Coder

11:27 pm on Jun 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm with digitalv on building your own solution... Are you running on IIS? If so I've done this very same thing by using Index Server to build a catalog and fired my search query right at that index using ado. Index Server is on the IIS box already.

Google this for several related do it yourself articles on this topic.
"search with index server" +asp

Vivi_Labo

11:52 pm on Jun 25, 2004 (gmt 0)

10+ Year Member



Google WebSearch.

With Google WebSearsh your visitors can search both your site and the web, while you can profit from the clicks on the ads that appear on the search results pages.

More info: [google.com...]

Vivi

kevinj

12:41 am on Jun 26, 2004 (gmt 0)

10+ Year Member



Thanks for the tips everyone. I am running IIS on the web server so I'll look into building my own and see if that's feasible. Atomz looks like a good possibility for my smaller e-commerce sites.