Making custom features built with repository searchable

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.
1/26/2011 9:00:48 PM
Gravatar
Total Posts 39

Making custom features built with repository searchable

Hi,

Now that I have finished building a custom feature I am trying to add it to search.

The feature I have built is pretty much like a blog. The module I built is added to one page, then new articles are added. The mojoportal Friendly URLs system is used to display individual articles.

The article Making Custom Features Searchable includes examples of business objects that did not use a repository.

Are there any examples (or strategy) available for using repository business objects or should I refactor my business objects?

 

Thanks,
Leah

 

 

 

 

1/27/2011 11:59:30 AM
Gravatar
Total Posts 18439

Re: Making custom features built with repository searchable

That just changes the way you retrieve the data, it should not be too hard to figure out what to do, in both cases you retrieve data but how you retrieve it has different syntax using the repository pattern. Study existing features that implement search and if all else fails you can implement data methods just for use with the indexbuilder.

Hope it helps,

Joe

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