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

Sort A-Z doesn't consider difference between upper and lower case characters #64

Open
upaulnight opened this issue Jul 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@upaulnight
Copy link

Describe the bug
When selecting the Sort A/Z button it appears that lower case letters are considered to come after upper case characters, which is consistent with the ASCII hex codes, but not how a human would search.

To Reproduce
Steps to reproduce the behavior:

  1. Create a table rows containing the cells, "Sample", "SAMPLE", and "SYZYGY"
  2. Select the column with any of these cells
  3. Sort by AZ through the Advanced Tables Toolbar
  4. See error of the order being "SAMPLE", "SYZYGY", "Sample".

Expected behavior
I would expect "Sample" to come first or second with "SYZYGY" being last

Screenshots
N/A

Desktop (please complete the following information):

  • OS: macOS Ventura 13.4.1
  • Obsidian Version: 1.3.5
  • Advanced Tables Version: 0.18.1

Additional context
N/A

@upaulnight upaulnight added bug Something isn't working needs-review labels Jul 13, 2023
@tgrosinger tgrosinger transferred this issue from tgrosinger/advanced-tables-obsidian Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants