Michael Long

Results 1 issues of Michael Long

Query q = Query.ItemsReadyToUse; q = q.WithTag("Mission"); q= q.SortByTitleAsc(); var result = await q.GetPageAsync(1); The SortByTitleAsc isn't applied to the returned results. If a q = q.WhereUserSubscribed(); (or other Where...