November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Visiting the site_url/IndexingService/IndexingService.svc renders Endpoint not found.
I've added <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
this is in my web.config
<episerver.search active="true">
<namedIndexingServices defaultService="serviceName">
<services>
<!--<add name="{serviceName}" baseUri="{indexingServiceBaseUri}" accessKey="{accessKey}"/>-->
<add name="serviceName" baseUri="http://localhost:17001/IndexingService/IndexingService.svc" accessKey="local" />
</services>
</namedIndexingServices>
<searchResultFilter defaultInclude="true">
<providers />
</searchResultFilter>
</episerver.search>
Where can I find any kind of documentation on getting the Edit-view searchfield to work?
I've installed the site, the Episerver Search and the service is running.