I am developing a website, and I deciding if I should store public data in a database, or use flats. My deciding question would be whether or not the bing search can search the SQL database? I was planning on using this article to set up the search http://www.asp.net/web-pages/tutorials/email-and-search/12-adding-search-to-your-web-site
Ok, yes i am familuar with creating a search for just the database, i was just curious if the bing search would pull from the database if it was public.
Thrasher114
Member
19 Points
25 Posts
Bing search
Dec 01, 2012 03:54 PM|LINK
Afzaal.Ahmad...
Contributor
2660 Points
1039 Posts
Re: Bing search
Dec 01, 2012 06:46 PM|LINK
No no!
Bing will only search the present (Public) data. Not your database. You have to use a where clause.
~~! FIREWALL !~~
Afzaal.Ahmad...
Contributor
2660 Points
1039 Posts
Re: Bing search
Dec 01, 2012 06:50 PM|LINK
And sorry I meant to say the page data
The paragraphs, table contents only. The data that needs to be drive is never shown to the search engine.
However you can use this
Let the user write something in the input field and after the submit submit that word to server and find the word matching the current word!
~~! FIREWALL !~~
Thrasher114
Member
19 Points
25 Posts
Re: Bing search
Dec 03, 2012 03:51 AM|LINK
Ok, yes i am familuar with creating a search for just the database, i was just curious if the bing search would pull from the database if it was public.
Afzaal.Ahmad...
Contributor
2660 Points
1039 Posts
Re: Bing search
Dec 03, 2012 11:42 AM|LINK
Aha thats not possible!
~~! FIREWALL !~~