Can you tell me how it work for the search function?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/7/2011 6:45:27 AM
Gravatar
Total Posts 23

Can you tell me how it work for the search function?

At the top of the mainpage there is a function of search. But I can't see the source code. Could you tell me how it work? Further how can I become a developer for mojoportal? Now I can developer some user control and put into mojoportal system.

 

Thanks a lot

4/7/2011 7:25:18 AM
Gravatar
Total Posts 108
Community Expert

Re: Can you tell me how it work for the search function?

The search feature into mojoportal is based in the Lucene.Net engine, so you have code for indexing and code for manage the search, and the results.

The code for indexing is find under mojoportal\mojoPortal.Business.WebHelpers\Search\

The code for the search control can be found under mojoportal\Web\Controls\SearchInput.ascx

The code for the result page can be found under  mojoportal\Web\SearchResults.aspx

You also have to handlers one for the search results under mojoportal\Web\SearchResults.ashx.cs and one for describing the search engine \Web\SearchEngineInfo.ashx.cs

 

And for your last question look into http://www.mojoportal.com/contribute.aspx

 

You must sign in to post in the forums. This thread is closed to new posts.