umbraco/Umbraco.Headless.Client.Net

Bug in ContentDelivery.cs with filter

Closed this issue · 1 comments

The filter at this location

var result = await Get(x => x.Filter(Configuration.ProjectAlias, culture, filter, page, page)).ConfigureAwait(false);
uses the variable page twice, while I believe the second page is meant to be pageSize. This means that I can't actually get all my items using the non generic filter.

This issue was fixed in #46 and available from version 1.3.4 of the library on nuget: https://www.nuget.org/packages/Umbraco.Headless.Client.Net/