| Date | 2022-07-05 (1,252 days ago) |
|---|---|
| Downloads | 525 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 5 |
| Umbraco Versions | Umbraco 9 |
New alpha release for Umbraco 9 🎉
.NET CLI:
dotnet add package Limbo.Umbraco.Search --version 1.0.0-alpha003Package Manager:
Install-Package Limbo.Umbraco.Search -Version 1.0.0-alpha003Improved logic for indexing dates (see da42f39)
This improves some of the internal logic a bit, but also introduces the IndexDateExtended extension method.
Added IndexPath extension method (see 8126fc3)
The new method is really just a shortcut for calling IndexCsv("path").
Improved logic for adding LCI fields (see 16332c3)
This improves some of the internal logic a bit, but also introduces the AddLciField extension method - as an alternative to AddLciFields (plural).