- Moved by Hemendra AgrawalMVP Monday, July 22, 2013 5:21 AM SP 2013
my understanding is that you have an application (represented by a url), and user does not remember the application name or url well, but he can remember his work account for the application. so he search with the work account as keyword in SharePoint, the application result is returned in search result, and click the result redirect to the application.
Have you tried adding the application as a link item in a SharePoint link list, or a "link to document" content type item in any other list or document library.
- Edited by GuYumingMicrosoft contingent staff, Moderator Wednesday, July 24, 2013 2:56 AM link to document content type
- Marked as answer by GuYumingMicrosoft contingent staff, Moderator Thursday, July 25, 2013 4:00 AM
What did solve your issue? I've ran into the same issue, the HTML files are missing on SP Foundation and the managed properties are not working from JavaScript.
Ok, I've found the solution. The display template HTML's are not supported on SP Foundation, but if you have a full version of SP and you generate the JS files there, then you can simply add them to master page gallery and set the correct content type ("Display Template Code" + set the Target Control Type to "SearchResults" or "SearchHoverPanel"). Once you've done this, the new templates will be showed in the list of display templates.
Regarding the managed properties, you have to enter the list of managed properties in the JS item properties (master page gallery -> right click on JS file -> edit properties: "Managed Property Mappings".