1
0
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:
Jaanus Sellin 2023-12-18 14:33:38 +02:00 committed by GitHub
parent 4af0abc6c2
commit 3b635132f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,6 +228,7 @@ class FeatureSearchStore implements IFeatureSearchStore {
name: 'features.name',
type: 'features.type',
stale: 'features.stale',
project: 'features.project',
};
let rankingSql = 'order by ';