In mojoportal,Search link in bottom not reads some of the pages

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.
10/29/2011 5:10:00 AM
Gravatar
Total Posts 26

In mojoportal,Search link in bottom not reads some of the pages

Hai friends!

                      In Mojoportal site exists Search link in bottom, in that control if I search some of the numbers in my feature means it does not display that pages it only displays No results Found.

                     But it works for other pages, only which pages contains my feature that pages are not working.

                                                                    Please help me!!!

 

Thanks,

Nalini.

10/29/2011 7:31:18 AM
Gravatar
Total Posts 18439

Re: In mojoportal,Search link in bottom not reads some of the pages

See Making Custom Features Searchable

Hope that helps,

Joe

10/31/2011 7:07:08 AM
Gravatar
Total Posts 26

Re: In mojoportal,Search link in bottom not reads some of the pages

Thanks for reply Joe,

                                   I tried in my solution like this link ,but it not works,This link is confusing me ,if anyother sample example means it will easy to use,Please help me!!

 

Thanks,

Nalini.

10/31/2011 8:49:13 AM
Gravatar
Total Posts 18439

Re: In mojoportal,Search link in bottom not reads some of the pages

I recommend study the mojoPortal source code for features like Html, Blog, Forums to see how they implement search and learn from them how to implement it in your own custom feature.

10/31/2011 9:47:38 AM
Gravatar
Total Posts 26

Re: In mojoportal,Search link in bottom not reads some of the pages

Hai,

       I referred that link,in html feature,it have content change,update functions,I used database functions,In my feature I select records from tables and that records show it in Gridview,How can i use.

Thanks,

Nalini.

11/2/2011 8:10:49 AM
Gravatar
Total Posts 18439

Re: In mojoportal,Search link in bottom not reads some of the pages

maybe you should implement search in the database instead of integrating it in site search. You "could" implement it in site search but if all the items are on the same page in the same grid then the search result is just going to take them to the page with the grid on it. If you want to search for specific rows in a grid it seems better to to that in the database, like we have member search on the member list and we have searching of items in Content Manager page, both of these are done using the database not the site search engine.

Hope that helps,

Joe

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