Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals

Introduction
 » ASP DidYouMean
Object Reference
 » Object Reference
 » getSuggestionString(strInput)
 » getSuggestionArray (strInput [, intMax])
 » getLanguagesAsArray()
 » setLanguages(strDictionaryName)
 » addCustomDictionary(strFileName)
 » addCustomDictionaryFromArray
 » getCustomDictionaryModifiedDate
 » getSafeQuery (strInput)
 » setBannedWords(arrWordsArray)
 » setRegKey(strKey)
Example
 » Basic Implementation
 » Multiple Results
Registration Detail
 » Registration
 

getSafeQuery (strInput)

This method returns a string with all the spelling errors removed. This is useful for search result optimization.

Example

business solution data recovery tools digital camera repair software
disk repair software best software faqs disk repair utilities
data recovery software downloads free mobile messaging data recovery tool

<%

set objDYM = server.createObject("ASPDidYouMean.DidYouMean")
strQuery = "Any strinng at all"
strSafe = objDYM.getSafeQuery (strQuery)

response.write strSafe
set objDYM = nothing

%>

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals