Version 1.0.0-alpha002

Alpha
Date 2022-06-30 (809 days ago)
Downloads 225 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New alpha release for Umbraco 9 🎉

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Search --version 1.0.0-alpha002

Package Manager:

Install-Package Limbo.Umbraco.Search -Version 1.0.0-alpha002

#changelog">Changelog

  • Split constants class into two separate classes (see b86dc42)
    The old ExamineConstants class had constants for common field names and for common index names. With this release the field names are now available via the new ExamineFields class and the index names are available via the new ExamineIndexes class.

  • Fixed stack overflow issue in the ExamineExtensionMethods.IndexDate extension method (see 1071e9b)
    Might be due to some renaming I did in earlier commits. The method should call the correct method instead of causing a stack overflow.

  • Introduced extension methods for indexing boost words (see fae2fe0)
    This release introduces two new ExamineExtensionMethods.AddBoostWords extension methods.

  • Updated Skybrud.Essentials dependency (see 26f0446)
    The dependency has been updated from v1.1.35 to v1.1.41.

  • Updated the Skybrud.Essentials.AspNetCore dependency (see 50da668)
    The dependency has been updated from v1.0.0-alpha001 to v1.0.0-alpha006.