Skip to content

v4.1.0

Compare
Choose a tag to compare
@seangwright seangwright released this 01 Feb 17:04
· 120 commits to main since this release

What's Changed

Full Changelog: v4.0.0...v4.1.0

Enhancements

  • Add Dancing Goat example project
  • Add documentation for index querying
  • Add new IServiceCollection extensions .AddKenticoLucene()
    • .AddLucene() extensions have been deprecated
  • Add new app setting to disable search indexing CMSLuceneSearchDisableIndexing
    • LuceneSearchDisableIndexing app setting has been deprecated
  • Add support for local NuGet package testing when working with the project
  • More index information is displayed in Admin UI listing
    • Display last modification time of each search index
  • Begin support for package data migrations in future versions

Fixes

  • Fix issue with permissions of Admin UI operations for search indexes (#27)
  • Fix issue with CI support and CI repository file generation
  • Fix issues with search index task generation
    • Rebuilding caused too many items to be indexed
    • Rebuilding executed an unoptimized query
  • Fix issue with deleting an indexed item when re-indexing that item