From fbc7e8cda33b4e8d4a88e71a3daa93d32862cb23 Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Wed, 24 Oct 2018 10:46:34 +0300 Subject: [PATCH] [ACA-1925] Search results are incorrectly sorted - fix (#747) --- src/app.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.config.json b/src/app.config.json index ee2d98551..495c82513 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -162,14 +162,14 @@ "ascending": true }, { - "key": "modified", + "key": "modifier", "label": "SEARCH.SORT.MODIFIER", "type": "FIELD", "field": "cm:modifier", "ascending": true }, { - "key": "modified", + "key": "created", "label": "SEARCH.SORT.CREATE_DATE", "type": "FIELD", "field": "cm:created",