mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 22:07:55 -06:00
fix: Update sorting of similar documents
This commit is contained in:
@@ -8,7 +8,8 @@ enum SortField {
|
||||
documentType("document_type__name"),
|
||||
created("created"),
|
||||
added("added"),
|
||||
modified("modified");
|
||||
modified("modified"),
|
||||
score("score");
|
||||
|
||||
final String queryString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user