Try our conversational search powered by Generative AI!

EPiServer Search - no hits when searching by name

Vote:
 

Hi

EPiServer CMS 10.4.2.0 / EPiServer.Search.IndexingService 8.1.0.0

I have problems when I use the search-function in edit-mode (up in the top right corner). If I am logged in as an administrator I get multiple hits when the search-criteria is "6" for example. I also get hits if I search on a pagename for example. If I am not logged in as an administrator I only get hits when I search on a page-id, if I search on a pagename for example I get no hits.

Does this have to do with virtual roles? Do I have to be in a certain virtual role? Or any other idea why it is like this?

Regards Hans

#177850
Apr 20, 2017 17:03
Vote:
 

Can you paste your <episerver.search> section from the web.config? Any errors in the logs?

#177902
Apr 24, 2017 5:53
Vote:
 

Hi

Thank you for your quick answer.

Configuration

<episerver.search active="true">
	<namedIndexingServices defaultService="IndexingService">
		<services>
			<add name="IndexingService" accessKey="local" baseUri="http://xx.xx.xx.xx/Services/IndexingService.svc" />
		</services>
	</namedIndexingServices>
	<searchResultFilter defaultInclude="true">
		<providers />
	</searchResultFilter>
</episerver.search>

<episerver.search.indexingservice>
	<clients>
		<add name="local" allowLocal="true" description="Local" readonly="false" />
	</clients>
	<namedIndexes defaultIndex="default">
		<indexes>
			<add name="default" directoryPath="[appDataPath]\Index" readonly="false" />
		</indexes>
	</namedIndexes>
</episerver.search.indexingservice>

<location path="Services/IndexingService.svc">
	<system.web>
		<authorization>
			<allow users="*" />
		</authorization>
		<httpRuntime maxQueryStringLength="65536" />
	</system.web>
	<system.webServer>
		<security>
			<requestFiltering>
				<requestLimits maxAllowedContentLength="987654321" maxQueryString="65536" />
			</requestFiltering>
		</security>
	</system.webServer>
</location>

Logs

Logs when I search with query "test" as administrator

2017-04-24 10:27:41,352 [84] DEBUG EPiServer.Search.Internal.RequestHandler: Start get search results from service with url 'http://xx.xx.xx.xx/Services/IndexingService.svc/search/?q=%28%28EPISERVER_SEARCH_DEFAULT%3A%28test%2A%29%29%20OR%20%28EPISERVER_SEARCH_TITLE%3A%28%22test%5C%2A%22%5E5%29%29%29%20AND%20%28EPISERVER_SEARCH_TYPE%3A%28%22EPiServer.Core.BlockData%2CEPiServer%22%29%29%20AND%20%28EPISERVER_SEARCH_CULTURE%3A%28sv%29%29&namedindexes=&offset=0&limit=50&format=xml&accesskey=local'
2017-04-24 10:27:41,352 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local'
2017-04-24 10:27:41,352 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local' succeded
2017-04-24 10:27:41,352 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for search with query parser with expression: ((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv)) in named indexes:
2017-04-24 10:27:41,352 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Start search with expression: '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv))'
2017-04-24 10:27:41,352 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Creating Lucene QueryParser for index 'default' with expression '((((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv))) AND (EPISERVER_SEARCH_PUBLICATIONEND:(no) OR EPISERVER_SEARCH_PUBLICATIONEND:[20170424082741 TO 99999999999999])) AND (EPISERVER_SEARCH_PUBLICATIONSTART:(no) OR EPISERVER_SEARCH_PUBLICATIONSTART:[00000000000000 TO 20170424082741])' with analyzer 'PerFieldAnalyzerWrapper(Lucene.Net.Support.HashMap`2[System.String,Lucene.Net.Analysis.Analyzer], default=Lucene.Net.Analysis.Standard.StandardAnalyzer)'
2017-04-24 10:27:41,368 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: End search with expression '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv))'. Returned 20 hits of total 20 with offset 0 and limit 50
2017-04-24 10:27:41,368 [84] DEBUG EPiServer.Search.Internal.RequestHandler: End get search results
2017-04-24 10:27:42,382 [82] DEBUG EPiServer.Search.Internal.RequestHandler: Start get search results from service with url 'http://xx.xx.xx.xx/Services/IndexingService.svc/search/?q=%28%28EPISERVER_SEARCH_DEFAULT%3A%28test%2A%29%29%20OR%20%28EPISERVER_SEARCH_TITLE%3A%28%22test%5C%2A%22%5E5%29%29%29%20AND%20%28EPISERVER_SEARCH_TYPE%3A%28%22EPiServer.Core.PageData%2CEPiServer%22%29%29%20AND%20%28EPISERVER_SEARCH_CULTURE%3A%28sv%29%29&namedindexes=&offset=0&limit=50&format=xml&accesskey=local'
2017-04-24 10:27:42,382 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local'
2017-04-24 10:27:42,382 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local' succeded
2017-04-24 10:27:42,382 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for search with query parser with expression: ((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv)) in named indexes:
2017-04-24 10:27:42,382 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Start search with expression: '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv))'
2017-04-24 10:27:42,382 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: Creating Lucene QueryParser for index 'default' with expression '((((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv))) AND (EPISERVER_SEARCH_PUBLICATIONEND:(no) OR EPISERVER_SEARCH_PUBLICATIONEND:[20170424082742 TO 99999999999999])) AND (EPISERVER_SEARCH_PUBLICATIONSTART:(no) OR EPISERVER_SEARCH_PUBLICATIONSTART:[00000000000000 TO 20170424082742])' with analyzer 'PerFieldAnalyzerWrapper(Lucene.Net.Support.HashMap`2[System.String,Lucene.Net.Analysis.Analyzer], default=Lucene.Net.Analysis.Standard.StandardAnalyzer)'
2017-04-24 10:27:42,413 [74] DEBUG EPiServer.Search.IndexingService.IndexingService: End search with expression '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_CULTURE:(sv))'. Returned 50 hits of total 494 with offset 0 and limit 50
2017-04-24 10:27:42,413 [82] DEBUG EPiServer.Search.Internal.RequestHandler: End get search results
2017-04-24 10:27:42,885 [41] DEBUG EPiServer.Search.Internal.RequestHandler: Start get search results from service with url 'http://xx.xx.xx.xx/Services/IndexingService.svc/search/?q=%28%28EPISERVER_SEARCH_DEFAULT%3A%28test%2A%29%29%20OR%20%28EPISERVER_SEARCH_TITLE%3A%28%22test%5C%2A%22%5E5%29%29%29%20AND%20%28EPISERVER_SEARCH_TYPE%3A%28%22EPiServer.Core.MediaData%2CEPiServer%22%29%29&namedindexes=&offset=0&limit=50&format=xml&accesskey=local'
2017-04-24 10:27:42,885 [45] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local'
2017-04-24 10:27:42,885 [45] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local' succeded
2017-04-24 10:27:42,885 [45] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for search with query parser with expression: ((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer")) in named indexes:
2017-04-24 10:27:42,885 [45] DEBUG EPiServer.Search.IndexingService.IndexingService: Start search with expression: '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer"))'
2017-04-24 10:27:42,885 [45] DEBUG EPiServer.Search.IndexingService.IndexingService: Creating Lucene QueryParser for index 'default' with expression '((((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer"))) AND (EPISERVER_SEARCH_PUBLICATIONEND:(no) OR EPISERVER_SEARCH_PUBLICATIONEND:[20170424082742 TO 99999999999999])) AND (EPISERVER_SEARCH_PUBLICATIONSTART:(no) OR EPISERVER_SEARCH_PUBLICATIONSTART:[00000000000000 TO 20170424082742])' with analyzer 'PerFieldAnalyzerWrapper(Lucene.Net.Support.HashMap`2[System.String,Lucene.Net.Analysis.Analyzer], default=Lucene.Net.Analysis.Standard.StandardAnalyzer)'
2017-04-24 10:27:42,901 [45] DEBUG EPiServer.Search.IndexingService.IndexingService: End search with expression '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer"))'. Returned 50 hits of total 119 with offset 0 and limit 50
2017-04-24 10:27:42,917 [41] DEBUG EPiServer.Search.Internal.RequestHandler: End get search results
2017-04-24 10:27:43,527 [41] DEBUG EPiServer.Search.Internal.RequestQueueHandler: Start dequeue unprocessed items
2017-04-24 10:27:43,605 [41] DEBUG EPiServer.Search.Internal.RequestQueueHandler: End dequeue unprocessed items

And multiple warnings like this:

2017-04-24 10:03:12,358 [73] WARN EPiServer.Core.ContentSearchHandler: Search index returned an item with GUID {e67d0f61-d9d0-4706-842a-d0d08ba70bc0}, that no longer exists in the content repository.
EPiServer.Core.ContentNotFoundException: Content with Guid "e67d0f61-d9d0-4706-842a-d0d08ba70bc0" was not found
at EPiServer.Core.Internal.DefaultContentLoader.Get[T](Guid contentGuid, LoaderOptions loaderOptions)
at EPiServer.Core.Internal.DefaultContentRepository.Get[T](Guid contentGuid, LoaderOptions loaderOptions)
at EPiServer.Search.Internal.ContentSearchHandlerImplementation.GetContent[T](IndexItemBase indexItem, Boolean filterOnCulture)

Logs when I search with query "Test" as NOT AN administrator:

2017-04-24 10:26:33,255 [64] DEBUG EPiServer.Search.Internal.RequestHandler: Start get search results from service with url 'http://xx.xx.xx.xx/Services/IndexingService.svc/search/?q=%28%28EPISERVER_SEARCH_DEFAULT%3A%28test%2A%29%29%20OR%20%28EPISERVER_SEARCH_TITLE%3A%28%22test%5C%2A%22%5E5%29%29%29%20AND%20%28EPISERVER_SEARCH_TYPE%3A%28%22EPiServer.Core.MediaData%2CEPiServer%22%29%29%20AND%20%28EPISERVER_SEARCH_ACL%3A%28U%5C%3Aabc123%40company.com%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AAuthenticated%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AEveryone%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AGoogleAnalyticsReaders%29%29&namedindexes=&offset=0&limit=50&format=xml&accesskey=local'
2017-04-24 10:26:33,270 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local'
2017-04-24 10:26:33,270 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local' succeded
2017-04-24 10:26:33,270 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for search with query parser with expression: ((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders)) in named indexes:
2017-04-24 10:26:33,270 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Start search with expression: '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders))'
2017-04-24 10:26:33,270 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Creating Lucene QueryParser for index 'default' with expression '((((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer")) AND (EPISERVER_SEARCH_ACL:"[[U\:abc123@company.com]]" OR EPISERVER_SEARCH_ACL:"[[G\:Authenticated]]" OR EPISERVER_SEARCH_ACL:"[[G\:Everyone]]" OR EPISERVER_SEARCH_ACL:"[[G\:GoogleAnalyticsReaders]]")) AND (EPISERVER_SEARCH_PUBLICATIONEND:(no) OR EPISERVER_SEARCH_PUBLICATIONEND:[20170424082633 TO 99999999999999])) AND (EPISERVER_SEARCH_PUBLICATIONSTART:(no) OR EPISERVER_SEARCH_PUBLICATIONSTART:[00000000000000 TO 20170424082633])' with analyzer 'PerFieldAnalyzerWrapper(Lucene.Net.Support.HashMap`2[System.String,Lucene.Net.Analysis.Analyzer], default=Lucene.Net.Analysis.Standard.StandardAnalyzer)'
2017-04-24 10:26:33,270 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: End search with expression '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.MediaData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders))'. Returned 0 hits of total 0 with offset 0 and limit 50
2017-04-24 10:26:33,286 [64] DEBUG EPiServer.Search.Internal.RequestHandler: End get search results
2017-04-24 10:26:33,761 [64] DEBUG EPiServer.Search.Internal.RequestHandler: Start get search results from service with url 'http://xx.xx.xx.xx/Services/IndexingService.svc/search/?q=%28%28EPISERVER_SEARCH_DEFAULT%3A%28test%2A%29%29%20OR%20%28EPISERVER_SEARCH_TITLE%3A%28%22test%5C%2A%22%5E5%29%29%29%20AND%20%28EPISERVER_SEARCH_TYPE%3A%28%22EPiServer.Core.BlockData%2CEPiServer%22%29%29%20AND%20%28EPISERVER_SEARCH_ACL%3A%28U%5C%3Aabc123%40company.com%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AAuthenticated%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AEveryone%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AGoogleAnalyticsReaders%29%29%20AND%20%28EPISERVER_SEARCH_CULTURE%3A%28sv%29%29&namedindexes=&offset=0&limit=50&format=xml&accesskey=local'
2017-04-24 10:26:33,761 [14] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local'
2017-04-24 10:26:33,761 [14] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local' succeded
2017-04-24 10:26:33,761 [14] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for search with query parser with expression: ((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders)) AND (EPISERVER_SEARCH_CULTURE:(sv)) in named indexes:
2017-04-24 10:26:33,761 [14] DEBUG EPiServer.Search.IndexingService.IndexingService: Start search with expression: '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders)) AND (EPISERVER_SEARCH_CULTURE:(sv))'
2017-04-24 10:26:33,761 [14] DEBUG EPiServer.Search.IndexingService.IndexingService: Creating Lucene QueryParser for index 'default' with expression '((((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_ACL:"[[U\:abc123@company.com]]" OR EPISERVER_SEARCH_ACL:"[[G\:Authenticated]]" OR EPISERVER_SEARCH_ACL:"[[G\:Everyone]]" OR EPISERVER_SEARCH_ACL:"[[G\:GoogleAnalyticsReaders]]") AND (EPISERVER_SEARCH_CULTURE:(sv))) AND (EPISERVER_SEARCH_PUBLICATIONEND:(no) OR EPISERVER_SEARCH_PUBLICATIONEND:[20170424082633 TO 99999999999999])) AND (EPISERVER_SEARCH_PUBLICATIONSTART:(no) OR EPISERVER_SEARCH_PUBLICATIONSTART:[00000000000000 TO 20170424082633])' with analyzer 'PerFieldAnalyzerWrapper(Lucene.Net.Support.HashMap`2[System.String,Lucene.Net.Analysis.Analyzer], default=Lucene.Net.Analysis.Standard.StandardAnalyzer)'
2017-04-24 10:26:33,776 [14] DEBUG EPiServer.Search.IndexingService.IndexingService: End search with expression '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.BlockData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders)) AND (EPISERVER_SEARCH_CULTURE:(sv))'. Returned 0 hits of total 0 with offset 0 and limit 50
2017-04-24 10:26:33,776 [64] DEBUG EPiServer.Search.Internal.RequestHandler: End get search results
2017-04-24 10:26:34,792 [84] DEBUG EPiServer.Search.Internal.RequestHandler: Start get search results from service with url 'http://xx.xx.xx.xx/Services/IndexingService.svc/search/?q=%28%28EPISERVER_SEARCH_DEFAULT%3A%28test%2A%29%29%20OR%20%28EPISERVER_SEARCH_TITLE%3A%28%22test%5C%2A%22%5E5%29%29%29%20AND%20%28EPISERVER_SEARCH_TYPE%3A%28%22EPiServer.Core.PageData%2CEPiServer%22%29%29%20AND%20%28EPISERVER_SEARCH_ACL%3A%28U%5C%3Aabc123%40company.com%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AAuthenticated%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AEveryone%29%20OR%20EPISERVER_SEARCH_ACL%3A%28G%5C%3AGoogleAnalyticsReaders%29%29%20AND%20%28EPISERVER_SEARCH_CULTURE%3A%28sv%29%29&namedindexes=&offset=0&limit=50&format=xml&accesskey=local'
2017-04-24 10:26:34,792 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local'
2017-04-24 10:26:34,792 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for authorization for access key 'local' succeded
2017-04-24 10:26:34,792 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Request for search with query parser with expression: ((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders)) AND (EPISERVER_SEARCH_CULTURE:(sv)) in named indexes:
2017-04-24 10:26:34,792 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Start search with expression: '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders)) AND (EPISERVER_SEARCH_CULTURE:(sv))'
2017-04-24 10:26:34,792 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: Creating Lucene QueryParser for index 'default' with expression '((((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_ACL:"[[U\:abc123@company.com]]" OR EPISERVER_SEARCH_ACL:"[[G\:Authenticated]]" OR EPISERVER_SEARCH_ACL:"[[G\:Everyone]]" OR EPISERVER_SEARCH_ACL:"[[G\:GoogleAnalyticsReaders]]") AND (EPISERVER_SEARCH_CULTURE:(sv))) AND (EPISERVER_SEARCH_PUBLICATIONEND:(no) OR EPISERVER_SEARCH_PUBLICATIONEND:[20170424082634 TO 99999999999999])) AND (EPISERVER_SEARCH_PUBLICATIONSTART:(no) OR EPISERVER_SEARCH_PUBLICATIONSTART:[00000000000000 TO 20170424082634])' with analyzer 'PerFieldAnalyzerWrapper(Lucene.Net.Support.HashMap`2[System.String,Lucene.Net.Analysis.Analyzer], default=Lucene.Net.Analysis.Standard.StandardAnalyzer)'
2017-04-24 10:26:34,808 [79] DEBUG EPiServer.Search.IndexingService.IndexingService: End search with expression '((EPISERVER_SEARCH_DEFAULT:(test*)) OR (EPISERVER_SEARCH_TITLE:("test\*"^5))) AND (EPISERVER_SEARCH_TYPE:("EPiServer.Core.PageData,EPiServer")) AND (EPISERVER_SEARCH_ACL:(U\:abc123@company.com) OR EPISERVER_SEARCH_ACL:(G\:Authenticated) OR EPISERVER_SEARCH_ACL:(G\:Everyone) OR EPISERVER_SEARCH_ACL:(G\:GoogleAnalyticsReaders)) AND (EPISERVER_SEARCH_CULTURE:(sv))'. Returned 0 hits of total 0 with offset 0 and limit 50
2017-04-24 10:26:34,808 [84] DEBUG EPiServer.Search.Internal.RequestHandler: End get search results

Regards Hans




                        
#177912
Apr 24, 2017 10:44
Vote:
 

Can you try to reindex your content?

http://yoursite/EPiServer/CMS/Admin/IndexContent.aspx

#177921
Apr 24, 2017 14:12
Vote:
 

Ok, I have started reindexing. There is much content. Still reindexing after 3 hours. I'll be back when it has finished.

/Hans

#177938
Apr 24, 2017 21:05
Vote:
 

BTW, you haven't removed the "Read" permissions on the everyone group, have you? This is typically added to the root page by default and all sub-items inherit them.

#177939
Apr 24, 2017 21:07
Vote:
 

Yes, we have. This is an intranet. You need to authenticate to enter.

#177940
Apr 24, 2017 21:11
Vote:
 

Does turning the "Read only" permission on the everyone group, return any results?

#177941
Apr 24, 2017 21:13
Vote:
 

Should I set it on the root and then it must be inherited down recursively?

I will let the reindexing finish first and try that. Then I try "Read only" on everyone.

/Hans

#177942
Apr 24, 2017 21:21
Vote:
 

Hi Hans Kindberg,

Did you solved the issue? If so how did you fixed that?

#187630
Jan 30, 2018 12:33
Vote:
 

@Gayathri Saravanan

No, unfortunately, I havent solved it.

Regards Hans

#187634
Jan 30, 2018 13:12
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.