Skip to content

v2.2.0 NuGet package - Expose Algolia Index Initialization

Compare
Choose a tag to compare
@kentico-ericd kentico-ericd released this 02 Jun 16:33
· 48 commits to master since this release
9f1c186

This release implements #15 to enable customization of search index initialization. Users can now create custom IAlgoliaIndexService implementations to alter the index, e.g. by setting synonyms. Changes have been made to examples in the README to reflect this change- instead of initializing the index using ISearchClient.InitIndex, you should inject the IAlgoliaIndexService and use the InitializeIndex method.