Date | 2024-03-05 (255 days ago) |
---|---|
Downloads | 737 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.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
">ChangelogIndexCsv
and IndexUdis
methods (see 9732775
and 1afa736
)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.