Version 1.0.0-alpha003

Alpha
Date 2022-07-05 (804 days ago)
Downloads 350 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-alpha003

Package Manager:

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

#changelog">Changelog

  • Improved 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).