Date | 2024-09-24 (52 days ago) |
---|---|
Downloads | 158 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
#installation
">InstallationInstall via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.FilterList --version 10.0.0-alpha010
or the NuGet package manager:
Install-Package Limbo.Umbraco.FilterList -Version 10.0.0-alpha010
#changelog
">ChangelogFixed issue with range field searches (see c382b36
)
Prior to this release, a range field value had to be an exact match to either of the min or max values, instead of in the range of the min and max values.
Added support for sorting field options (see #7
and b34dc78
)
As the package is still somewhat work in progress, this has been a known issue for a while that we haven't prioritized fixing until now.