Skip to content

Commit

Permalink
Merge pull request #460 from oscfdezdz/fix-recent
Browse files Browse the repository at this point in the history
search-provider: Fix sorting by recents
  • Loading branch information
mjakeman authored Aug 29, 2023
2 parents 74b4a40 + aebfb23 commit 073b5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/exm-search-provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ get_sort_string (ExmSearchSort sort_type)
case EXM_SEARCH_SORT_DOWNLOADS:
return "downloads";
case EXM_SEARCH_SORT_RECENT:
return "recent";
return "created";
case EXM_SEARCH_SORT_NAME:
return "name";
case EXM_SEARCH_SORT_POPULARITY:
Expand Down

0 comments on commit 073b5be

Please sign in to comment.