Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [BUG] - Documents: Folders view filter issue if folder title has Umlaut - EXO-76165 #1338

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

mkrout
Copy link
Member

@mkrout mkrout commented Feb 13, 2025

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 these 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 directely after their non-accented counterparts.

This commit fixes this by splitting the list of items (accented and not accented) and then sorting them separately.

… 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.
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Feb 13, 2025
@mkrout mkrout enabled auto-merge (squash) February 13, 2025 08:53
@mkrout mkrout merged commit faf6f2b into feature/maintenance Feb 13, 2025
7 checks passed
@mkrout mkrout deleted the fix-76165 branch February 13, 2025 09:14
mkrout added a commit that referenced this pull request Feb 14, 2025
… Umlaut - EXO-76165 (#1338)

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.
mkrout added a commit that referenced this pull request Feb 14, 2025
… Umlaut - EXO-76165 (#1338) (#1339)

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants