Version 1.0.0-alpha004

Alpha
Date 2022-09-21 (726 days ago)
Downloads 414 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-alpha004

Package Manager:

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

#changelog">Changelog

  • Updated Skybrud.Essentials dependency (see 43b90a8)
    The newest release of Skybrud.Essentials has some extension methods that would be useful to have available for this package, so the dependency has now been updated to the most recent release.

  • Added misc extension methods (see 861bd0e)
    This adds a number of different extension methods for working with results - both when they are being added to the index and when they are later retrieved from the index through a search.