Page MenuHomePhabricator

Fix sorting bug in ProjectDatasource
ClosedPublic

Authored by amckinley on Dec 18 2018, 8:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 15, 1:28 PM
Unknown Object (File)
Feb 16 2024, 2:32 AM
Unknown Object (File)
Dec 22 2023, 1:02 AM
Unknown Object (File)
Nov 30 2023, 2:37 AM
Unknown Object (File)
Nov 25 2023, 8:30 PM
Unknown Object (File)
Nov 16 2023, 4:21 AM
Unknown Object (File)
Sep 21 2023, 3:28 PM
Unknown Object (File)
Sep 19 2023, 5:37 PM
Subscribers

Details

Summary

See https://discourse.phabricator-community.org/t/typeahead-returning-only-archived-results/2220. Ref T12538.

If a user has more than 100 disabled projects matching their search term, only disabled projects will be returned in the typeahead search results.

Test Plan

Harcoded hard limit in PhabricatorTypeaheadModularDatasourceController to force truncation of search results, observed active project on top of results as expected.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable