From 1cffbf1379240507341b01ff4105e67d3e054883 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 21 Sep 2018 14:49:24 +0100 Subject: [PATCH 1/2] fix travis deployment script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b446571a0..2a908b461a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ jobs: - bash <(curl -s https://codecov.io/bash) -X gcov - stage: e2e script: npm run build && npm run e2e:docker - before_deploy: 'npm run build:tomcat' + before_deploy: 'npm run build.tomcat' deploy: provider: s3 region: $ARTIFACTS_REGION From 9a030cdf6f6c39ae1040fd54dc0415237f69c806 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 21 Sep 2018 15:51:28 +0100 Subject: [PATCH 2/2] fix default sorting direction for search --- src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.json b/src/app.config.json index 24bc84b900..47f60072a2 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -173,7 +173,7 @@ "key": "score", "type": "FIELD", "field": "score", - "ascending": true + "ascending": false } ] },