Rachit95 / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

i want safe search filteration(abuse word) #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi Dear 

This is Ashok Kumar from Olive e-Business Pvt. Ltd. We are using Google 
search api for a website http://www.divinewellness.com, according to the 
documentation available for same the api will return none if a user search 
for abusive words (like nude) if SafeLevel option of the api is active. 

IList<IWebResult> results = 
GwebSearcher.Search(Convert.ToString(Request.QueryString["key"]), 50, 
Google.API.Language.English,*SafeLevel.active*); 
i want search without SlangWord (abuse word) 

i am using (GoogleSearchAPI.dll) in asp.net 
i want safe search filteration(abuse word)
please help me

Original issue reported on code.google.com by Ashok.k...@gmail.com on 28 Dec 2009 at 6:34