MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Database interaction  (Closed) (Mono Support )

Viewed 15599 time(s), 4 post(s) 10/18/2011 9:50:40 AMby ashutosh0901
ashutosh0901

ashutosh0901

10/18/2011 9:50:40 AM
how the data get fetched when we click on go button of any search
This content has not been rated yet. 
353 Reputation 46 Total posts
denis

denis

10/18/2011 11:56:22 AM
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.
Rated 5.00, 1 vote(s). 
7207 Reputation 956 Total posts
ashutosh0901

ashutosh0901

10/18/2011 12:07:12 PM
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

This content has not been rated yet. 
353 Reputation 46 Total posts
denis

denis

10/18/2011 2:57:35 PM
I am closing this topic, as the original poster unnecessarily opened multiple threads with different titles, but with the identical topic.
This content has not been rated yet. 
7207 Reputation 956 Total posts