Skip to content

Skybrud.Umbraco.Search v3.0.0-beta012

Compare
Choose a tag to compare
@abjerner abjerner released this 29 Nov 14:41

Installation

Changes

  • Changed composer runtime level to prevent errors during installs and upgrades (see #7 and 3d1651d)
    Since value converters are registered at boot, SearchComposer needs to run at boot as well to avoid errors when installing or upgrading Umbraco.

  • 🆕 Implemented ToString method override for the QueryList class (see f994032)
    The value returned by the QueryList.ToString method now equals calling the QueryList.GetRawQuery() method.

  • 🆕 Introduced new AddHideFromSearch extension methods for the ExamineIndexingExtensions class (see 669abd5)
    The methods aids in setting a flag for whether a given node should be hidden/excluded from search results. Overloads also lets developers specify one or more IDs that should be excluded, including descendants of the nodes with the specified IDs.