Version 2.0.0-alpha009

Alpha
Date 2024-03-05 (227 days ago)
Downloads 732 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New alpha release for Umbraco 10-12 🎉

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Search --version 2.0.0-alpha009

NuGet Package Manager:

Install-Package Limbo.Umbraco.Search -Version 2.0.0-alpha009

#changelog">Changelog

  • Added method overloads for the IndexCsv and IndexUdis methods (see 9732775 and 1afa736)
    The existing methods would take a key parameter, and the searchable value would be added to a new field based on the value of key and the suffix _search. The method overloads both introduce an newKey for controlling the name of the new field.