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, Dec 20, 10:04 PM
Unknown Object (File)
Sun, Dec 15, 5:40 PM
Unknown Object (File)
Nov 21 2024, 2:31 PM
Unknown Object (File)
Nov 16 2024, 7:29 PM
Unknown Object (File)
Nov 13 2024, 3:32 PM
Unknown Object (File)
Nov 8 2024, 3:20 AM
Unknown Object (File)
Oct 31 2024, 6:38 AM
Unknown Object (File)
Oct 9 2024, 11:02 AM
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