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.
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.
a search form would help novice learning with the answers already made by others !
The forums are searchable using the main site search link in the top right corner of the page.
Hope that helps,
Steve
I think he wanted to have the ability to search this or other forums only. He is probably having the same issue I am, that using the generic site search returns a ton of records, many that are not relevant. Makes it a tedious task searching for answers.
I am planning to make it possible on the search page to filter by feature, just haven't got to it yet.
Best,
Joe
Hi Joe
Please advice me how i can filter Search (Like you have in a dropdown list Filter by Feature).
I can not find the "SearchUseBackwardCompatibilityMode" and "EnableSearchResultsHighlighting" configuration file . To use this what should i change.
Please advice me.
Thanks and regards
Anjan Maity
Hi,
Those settings should exist in Web.config, but ideally you put them in user.config so you don't lose them on upgrades.
See this document for more details:
http://www.mojoportal.com/site-search-overview.aspx
Hope it helps,