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!
Hi Marija
The (old) documentation mentions a "allowLocal" setting that "Indicates whether the service should accept connection from all local interfaces.". Could this be your issue?
http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-Framework/EPiServer-Framework-61/EPiServer-Full-Text-Search-Service-Configuration/
David
Hello!
I'm performing built-in EPi search on test server in edit mode and it works well.
However, on localhost, I don't get any search results. No errors in console either.
This is the configuration locally:
<episerver.search active="true"> <namedIndexingServices defaultService="serviceName"> <services> <!--<add name="{serviceName}" baseUri="{indexingServiceBaseUri}" accessKey="{accessKey}"/>--> <add name="serviceName" baseUri="http://test-server-url/IndexingService/IndexingService.svc" accessKey="local" /> </services> </namedIndexingServices> <searchResultFilter defaultInclude="true"> <providers /> </searchResultFilter> </episerver.search>
This works on 7.1 on another project. Any similar experiences? Is it me or is this a bug in 7.5?