Skybrud.Umbraco.Search v3.0.0-beta006
Pre-release
Pre-release
Installation
Breaking changes
🅱️ DroppedTextFields
property in favor of virtualGetTextFields
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 theSearchOptionsBase
class, this will be a breaking change.
Other changes
-
🆕 Introduced new
ExamineIndexingExtensions
class (see 3708bf2, b445250 and fc797c9)
The class provides extension methods for theIndexingItemEventArgs
class, which can aid adding custom fields to Examine indexes. -
🆕 Added more method overloads to the
QueryListExtensions
class (2d75dfc)
TheAppendNodeTypeAliases
andAppendAncestors
both now have overloads for specifying a collection (IEnumerable
) as parameter instead of just an array.