Skip to content

Commit

Permalink
Merge branch 'hotfix/0.17.3' into master
Browse files Browse the repository at this point in the history
* hotfix/0.17.3:
  (GH-807) Ensure that Local Only flag is false
  • Loading branch information
gep13 committed Feb 1, 2021
2 parents 5324ac9 + acbe815 commit 63b22a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public async Task<PackageResults> Search(string query, PackageSearchOptions opti
config.ListCommand.Page = options.CurrentPage;
config.ListCommand.PageSize = options.PageSize;
config.Prerelease = options.IncludePrerelease;
config.ListCommand.LocalOnly = false;
if (string.IsNullOrWhiteSpace(query) || !string.IsNullOrWhiteSpace(options.SortColumn))
{
config.ListCommand.OrderByPopularity = string.IsNullOrWhiteSpace(options.SortColumn)
Expand Down

0 comments on commit 63b22a6

Please sign in to comment.