ASPDidYouMean is the search engine spell check component for Microsoft® ASP web applications.

Component Overview:

"Goggle" style search spelling suggestions & Improved search results

Compatible with ASP search engines, websites and intranets


Valid HTML 4.01 Transitional

INTRODUCTION

ASPDidYouMean provides international spell checking for ASP search engines.
You can easily integrate this functionality with your ASP website, intranet or portal.

The component closely resembles the "Did You Mean...?" feature seen on Goggle and Yahoo!

With no ActiveX controls, Database or DLLs to install, you can be up and running in minutes. ASPDidYouMean can even be used on shared hosting packages.


SUPPORT

ASPDidYouMean provide free technical support, even to users of the Free Trial.
For support, you can email us at support@aspdidyoumean.com.

A full technical manual is included in this package in both HTML Help and PDF formats.

 

GETTING STARTED

1. Installation Basics

In brief, ASPDidYouMean is installed by copying the whole folder (in this zip file) "ASPDidYouMean" to the root of your website.

2. Usage Basics

You can spell-check a search string and return the most likely result in only a few lines of code using the DidYouMean Class .

Its basic usage is shown below:

<!--#include virtual="/ASPDidYouMean/Include.inc"-->
<%
Set myDidYouMean= new DidYouMean
strSuggest= myDidYouMean.suggestionString(strQuery)
Set myDidYouMean = nothing
%>


The variable strSuggest now contains the returned suggested search string.
If there are no suggestions, then strSuggest will match the input string strQuery.

3. Dictionary Basics

You can install additional language dictionaries such as French, Spanish, German, Dutch, Portuguese and many Specialized English dictionaries. The dictionaries have the file extension .dic.

To install these dictionaries - first download them from www.aspdidyoumean.com and place them in the "Dictionaries" directory within your ASPDidYouMean Directory.