v2.2.0 NuGet package - Expose Algolia Index Initialization
kentico-ericd
released this
02 Jun 16:33
·
48 commits
to master
since this release
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.