You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we support sorting by name but that is not the exact same as sorting by the Web feature ID. It would be great for use cases like this: GoogleChrome/chromium-dashboard#4719
We should:
Add two new sort enums feature_id_asc and feature_id_desc
Add database logic that will sort by FeatureKey in the correct order.
The text was updated successfully, but these errors were encountered:
Currently, we support sorting by name but that is not the exact same as sorting by the Web feature ID. It would be great for use cases like this: GoogleChrome/chromium-dashboard#4719
We should:
feature_id_asc
andfeature_id_desc
The text was updated successfully, but these errors were encountered: