Closed denny101603 closed 1 year ago
Hi,
Does the this issue affect only "build index" or does it also affect indexing of pages on update or create? What happens if you change Title or Perex of one of the NewsDetail pages is it indexed or not?
Does the site use default culture "en-US" of does it use other culture?
@Lahvac default culture is de-DE. When I create/update a page, it is added to the index. So yes, the issue is for rebuild only.
@denny101603 thanks for your reply. I was able to reproduce the error using 'de-DE' culture in DEV environment.
The issue will be fixed by my pull request #21
Brief bug description
I created new Algolia index, but it is empty. When I click on the rebuild button (in list of indexes, Kentico administration), I see green notification about rebuild in progress, but according to Algolia dashboard (where I see the created index), no records are added.
No errors in event log. For each rebuild try, these two request are in the Algolia "Search API logs":
AlgoliaLog_Item1.txt AlgoliaLog_Item2.txt
Repro steps
Expected behavior
Records should be added to the index (corresponding with the published pages of selected content type)
Test environment
Additional context
Screenshots
Screenshots of search model, service registration and existing pages:
The NewsDetail page type has properties "Title" and "Perex" besides others.