Skybrud.Umbraco.Search v3.0.0-beta012
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 theQueryList
class (see f994032)
The value returned by theQueryList.ToString
method now equals calling theQueryList.GetRawQuery()
method. -
🆕 Introduced new
AddHideFromSearch
extension methods for theExamineIndexingExtensions
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.