Hello to all ,
I am implementing the sharepoint server 2013 even as testing environment , and I have a problem I could not solve so far.
I configured sharepoint to be an enterprise search system , and it is working perfectly , he can read and index all office files + pdf the way we need .
The search result appears close as the example below :
Sample file word
Content located in the document
files.server.domain.com.br/share_folder/file_doc.docx
Until then perfect! It is exactly what we need , but an important function is able to open the files , and the search is displayed options :
In Office Files - Edit , Follow , Submit
In PDF files - Open , Follow , Submit
In both cases , if I click on the file name nothing happens by checking the html page I have links to the following addresses :
Example Office File ( Word )
href="file://files.server.domain.com.br/share_folder/File_doc.docx" class="ms-srch-item-link" title="File_doc.docx"
onfocus="EnsureScriptParams('SearchUI.js', 'HP.Show', 'ctl00_ctl41_g_33686dcc_dac8_4b1e_a53d_0addcbaa9d2d_csr4_item', 'ctl00_ctl41_g_33686dcc_dac8_4b1e_a53d_0addcbaa9d2d_csr4_hover', '~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Word_HoverPanel.js',
false);" openapp="word">File_doc.docx
PDF file
href="file://files.server.domain.com.br/share_folder/File.pdf#search=exemplo" class="ms-srch-item-link"
title="Arquivo de exemplo" onfocus="EnsureScriptParams('SearchUI.js', 'HP.Show', 'ctl00_ctl41_g_33686dcc_dac8_4b1e_a53d_0addcbaa9d2d_csr6_item', 'ctl00_ctl41_g_33686dcc_dac8_4b1e_a53d_0addcbaa9d2d_csr6_hover', '~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay
Templates\u002fSearch\u002fItem_PDF_HoverPanel.js', false);" opencontrol="PdfFile.OpenDocuments">Arquivo de exemplo
Ie , the link is as file:/ / and does not download the file so that it opens in Word to view the file .
This is very important for us , you can perform this opening as Sharepoint ? But there is another way to do this ?