Skip to content
Snippets Groups Projects
Commit a3b66d9c authored by Dimitri DI GUSTO's avatar Dimitri DI GUSTO
Browse files

Merge branch 'DOS0091323' into 'development'

DOS0091323

See merge request !119
parents 595dcda3 ed72e9ef
No related branches found
No related tags found
3 merge requests!149DOS99492_TAC,!148Merge DOS99492_TAC,!119DOS0091323
Pipeline #10277 passed
...@@ -66,7 +66,7 @@ export class ElasticsearchOptions { ...@@ -66,7 +66,7 @@ export class ElasticsearchOptions {
// Need to be done in order to avoid object reference copy // Need to be done in order to avoid object reference copy
this._sortOptions = { this._sortOptions = {
value: 'relevance', value: 'date',
order: 'desc', order: 'desc',
}; };
if (data && data.sortOptions != null) { if (data && data.sortOptions != null) {
...@@ -149,7 +149,7 @@ export class ElasticsearchOptions { ...@@ -149,7 +149,7 @@ export class ElasticsearchOptions {
// Need to be done in order to avoid object reference copy // Need to be done in order to avoid object reference copy
this._sortOptions = { this._sortOptions = {
value: 'relevance', value: 'date',
order: 'desc', order: 'desc',
}; };
if (data && data.sortOptions != null) { if (data && data.sortOptions != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment