November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Read this blog entry http://labs.episerver.com/en/Blogs/Mari-Jorgensen/Dates/2009/11/Searching-for-files-in-EPiServer-CMS-5/
Hello,
Im having a problem with no search results returned when using VirtualPathNativeProvider. This is the configuration in web.config:
<add showInFileManager="true"
virtualName="Pdf Files"
virtualPath="~/PdfFiles/"
bypassAccessCheck="false"
indexingServiceCatalog="TestCatalog"
physicalPath="C:\EPiServer\VPP\Test\PdfFiles"
name="SitePdfFiles"
type="EPiServer.Web.Hosting.VirtualPathNativeProvider,EPiServer"/>
In the SearchDataSource i use "SearchFiles" and SearchLocation="~/PdfFiles/".
But no results. I can however query and retrieve results in "Query the catalog" inside the Indexing Service tool.
Any help would be appreciated
Mattias