Skip to content
Snippets Groups Projects
Commit e26f3b9a authored by Matthieu BENOIST's avatar Matthieu BENOIST
Browse files

Merge branch 'DOS0096670' into 'master'

Swiching from different sorting types does not reset the aggregation of results.

See merge request !123
parents ef9c5b3e 819fcfcf
Branches
Tags v2.7.1
1 merge request!123Swiching from different sorting types does not reset the aggregation of results.
Pipeline #11152 passed
......@@ -526,7 +526,6 @@ export class DatasetResearchService {
}
sortChanged(option: ISortOption) {
this._elasticsearchOptions.shouldAggregateResultCount = false;
this._elasticsearchOptions.sortOptions = option;
this._researchUrlService.setSortParameter(option);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment