Version 10.0.0-alpha006

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

#installation">Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.FilterList --version 10.0.0-alpha006

or the NuGet package manager:

Install-Package Limbo.Umbraco.FilterList -Version 10.0.0-alpha006

#changelog">Changelog

  • Added support for controlling the sorting of the filter list (see #4)
    This release introduces two new property that, which if added to the filter list page, can be used to control the sort field and sort order of the filter list results. If a sort field isn't specified, the sort order will match the sort order in Umbraco - opposed to score before, which would be somewhat random when not searching for a specific text.