London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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