Mono Support Database interaction  (Closed)

Viewed 16790 time(s), 4 post(s), 10/18/2011 9:50:40 AM - by ashutosh0901
10/18/2011 9:50:40 AM
353 Reputation 46 Total posts

how the data get fetched when we click on go button of any search

1
10/18/2011 11:56:22 AM
7207 Reputation 956 Total posts

MonoX searc system is built upon provider concept (see here and here for more info) - you can always build your own custom provider for any type of search. The base namespace is MonoSoftware.MonoX.SearchEngine, and there is a number of providers (for groups, blogs, documents, photos, profiles, file search, indexing service...) in the MonoSoftware.MonoX.SearchEngine.Providers namespace. Providers are registered via web.config. If you are going to write your own provider, it must inherit from SearchProviderBase and implement ISearchEngineProvider interface. More info is available in the API documentation.
When you click on the search button, MonoX calls the Search method in all registered providers, aggregates the results and displays them in the search Web part.

2
10/18/2011 12:07:12 PM
353 Reputation 46 Total posts

on the dashboard page ......there are three sections
1- Blogs with search option
2- Groups with search option
3- Users with search options

I want to add radiobutton to Groups and Users below search textbox

3
10/18/2011 2:57:35 PM
7207 Reputation 956 Total posts

I am closing this topic, as the original poster unnecessarily opened multiple threads with different titles, but with the identical topic.

4
This is a demo site for MonoX. Please visit Mono Software for more info.