Skip to content

Skybrud.Umbraco.Search v3.0.0-beta006

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 17 Mar 15:01

Installation

Breaking changes

  • 🅱️ Dropped TextFields property in favor of virtual GetTextFields method (see 8ca0e98)
    The method allows greater flexibility - eg. if the fields should be calculated from other properties on the options class. If you're using the SearchOptionsBase class, this will be a breaking change.

Other changes

  • 🆕 Introduced new ExamineIndexingExtensions class (see 3708bf2, b445250 and fc797c9)
    The class provides extension methods for the IndexingItemEventArgs class, which can aid adding custom fields to Examine indexes.

  • 🆕 Added more method overloads to the QueryListExtensions class (2d75dfc)
    The AppendNodeTypeAliases and AppendAncestors both now have overloads for specifying a collection (IEnumerable) as parameter instead of just an array.