如何像Google一样在搜索中实施帮助 [英] How to implement a help in Search as like google

查看:70
本文介绍了如何像Google一样在搜索中实施帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI 伙计们,
我想像Google一样实现搜索框,当我搜索诸如wpf等的任何单词时,然后我们在下面找到10个相关的单词,如wpf教程,.net中的Wpf tuturials等.

我如何在Asp.net,C#中实现此功能,请任何人帮助我.

HI Guys,
i wants to implements search box as like in google when i search any words like wpf etc then we find 10 relevant words below like wpf tutorials, Wpf tuturials in .net, etc

how can i implement this in Asp.net,C#, any one please help me.

推荐答案

您要编写搜索引擎?您没有机会这么做.最好的选择是将搜索结果传递给Google.只是做一个Google并查看URL的格式,然后编写代码以形成搜索词的google搜索URL.
You want to write a search engine ? No chance you''re going to do that. Your best bet is to pass your searches to google. Just do a google and look at how the URL is formed, then write code to form a google search URL for your search terms.


您可以使用
You can use AJAX AutoComplete TextBox[^] to do that.


如果要在计算机中搜索,就可以完成.通过使用索引...概念.您可以将内容放在文件夹中,也可以将查询设置到该文件夹​​.并可以获得相关结果.
if you want to search in your machine then it can be done. by using the indexing ... concept. you can put your content in the folder and can set the query to that folder. and can get the relevant result.


这篇关于如何像Google一样在搜索中实施帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆