Bug Description
When displaying elements by title, sorting leads to strange behavior where, for example, 'project 10' gets placed above 'project 2'. This is likely due to the match sorter element we are using to search in which it prioritizes alphabetic order by character, placing the '1' in 10 before '2'.
Steps to Reproduce
Steps to reproduce the behavior:
- Start Program
- Click 'Get Started'
- Create a new project
- Upload files titled 'version_XX', with versions 1-10
- 'version_10' will be placed above 'version_2'
Expected Behavior
When elements contain numeric elements, that part should be organized numerically, instead of alphabetically.
Screenshots

Bug Description
When displaying elements by title, sorting leads to strange behavior where, for example, 'project 10' gets placed above 'project 2'. This is likely due to the match sorter element we are using to search in which it prioritizes alphabetic order by character, placing the '1' in 10 before '2'.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
When elements contain numeric elements, that part should be organized numerically, instead of alphabetically.
Screenshots