Skip to content

Commit

Permalink
feat: enable sorting by project
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Dec 18, 2023
1 parent 4af0abc commit c086ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/features/feature-search/feature-search-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ class FeatureSearchStore implements IFeatureSearchStore {
name: 'features.name',
type: 'features.type',
stale: 'features.stale',
project: 'features.project',
};

let rankingSql = 'order by ';
Expand Down

0 comments on commit c086ea4

Please sign in to comment.