mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
feat: enable sorting by project (#5671)
This commit is contained in:
parent
4af0abc6c2
commit
3b635132f9
@ -228,6 +228,7 @@ class FeatureSearchStore implements IFeatureSearchStore {
|
||||
name: 'features.name',
|
||||
type: 'features.type',
|
||||
stale: 'features.stale',
|
||||
project: 'features.project',
|
||||
};
|
||||
|
||||
let rankingSql = 'order by ';
|
||||
|
Loading…
Reference in New Issue
Block a user