Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
Add sortable attribute to TotalDownloadCount field (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mog-msft authored Jun 18, 2020
1 parent 4ee90dc commit 027335d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGet.Services.AzureSearch/Models/SearchDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static class SearchDocument
public class Full : UpdateLatest, IDownloadCount, IIsExcludedByDefault
{
[IsFilterable]
[IsSortable]
public long? TotalDownloadCount { get; set; }

[IsFilterable]
Expand Down

0 comments on commit 027335d

Please sign in to comment.