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  (Zatvorena) (Mono Support )

16502 put(a) pogledan, 4 odgovor(a) 18.10.2011. 9:50:40Kreirao(la) ashutosh0901
ashutosh0901

ashutosh0901

18.10.2011. 9:50:40
how the data get fetched when we click on go button of any search
Ovaj sadržaj još nije ocijenjen. 
353 Reputacija 46 Ukupno objava
denis

denis

18.10.2011. 11:56:22
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.
Ocjena 5,00, 1 glas(ova). 
7207 Reputacija 956 Ukupno objava
ashutosh0901

ashutosh0901

18.10.2011. 12:07:12
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

Ovaj sadržaj još nije ocijenjen. 
353 Reputacija 46 Ukupno objava
denis

denis

18.10.2011. 14:57:35
I am closing this topic, as the original poster unnecessarily opened multiple threads with different titles, but with the identical topic.
Ovaj sadržaj još nije ocijenjen. 
7207 Reputacija 956 Ukupno objava