Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [BUG] - Documents: Folders view filter issue if folder title has…
… Umlaut - EXO-76165 Prior to this fix, Files starting with accented characters, returned by load more are placed among the items retrieved with the first call. This is because this characters are retrieved at the end of the sorted items from the database but in the front side we apply a natural sorting that ensures that accented characters are placed after their non-accented counterparts. This commit fix this by splitting the list of items (accented and not eccented) then sort them separately.
- Loading branch information