Kentico / xperience-by-kentico-algolia

Enables the creation of Algolia search indexes and the indexing of Xperience content tree pages using a code-first approach.
https://www.kentico.com/
MIT License
4 stars 1 forks source link

fix Algolia indexing issue for non default culture #21

Closed Lahvac closed 1 year ago

Lahvac commented 1 year ago

pages in cultures othe than 'en-US' were not indexed because default culture is resolved to 'en-US' AllCultures() is used in document query because culture filter is not needed for single culture site

Motivation

Fixes #20