Skip to Main Content
HCL Connections Ideas Portal

Welcome to the HCL Connections Product Ideas Lab! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by the HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events, please visit our HCL Connections page.

Status Future Consideration
Categories 03. Files
Created by Guest
Created on Aug 31, 2020

When sorting files alphabetically by name, the WebUI is prioritizing capital letters over lowercase

When sorting files alphabetically by name, the WebUI is prioritizing capital letters over lowercase

Example of alphabetic file name sorting in the Desktop Plugin:

AAA.xlsx

Abb.xlsx

Acc.xlsx

ADD.xlsx

Example of alphabetic file name sorting in the Web UI:

AAA.xlsx

ADD.xlsx

Abb.xlsx

Acc.xlsx

This is a known limitation of the Files API.

The API sorts using the ASCII value instead of the expected alphabetical value.

Because of this, files starting with capital letters are returned before those starting with lower case letters.

Customer wants it to work as in Microsoft Windows

  • Attach files