dont sort search results
This commit is contained in:
parent
2efe788d96
commit
8448b48cd7
|
@ -116,9 +116,6 @@ export class SearchService implements SearchServiceAbstraction {
|
|||
}
|
||||
});
|
||||
}
|
||||
if (results != null) {
|
||||
results.sort(this.cipherService.getLocaleSortingFunction());
|
||||
}
|
||||
return results;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue