Date | 2022-09-21 (786 days ago) |
---|---|
Downloads | 458 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.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
">ChangelogUpdated 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.