mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +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',
|
name: 'features.name',
|
||||||
type: 'features.type',
|
type: 'features.type',
|
||||||
stale: 'features.stale',
|
stale: 'features.stale',
|
||||||
|
project: 'features.project',
|
||||||
};
|
};
|
||||||
|
|
||||||
let rankingSql = 'order by ';
|
let rankingSql = 'order by ';
|
||||||
|
Loading…
Reference in New Issue
Block a user