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

[Feature] Case Insensitive Sorting Images And Scenes By Title #1362

Closed
meanjoep92 opened this issue May 3, 2021 · 0 comments · Fixed by #3560
Closed

[Feature] Case Insensitive Sorting Images And Scenes By Title #1362

meanjoep92 opened this issue May 3, 2021 · 0 comments · Fixed by #3560

Comments

@meanjoep92
Copy link

meanjoep92 commented May 3, 2021

The Problem
Whenever sorting by title, I notice that Stash will sort the titles as 0-9, A-Z, a-z. (Numbers, Capital Letters, Lowercase) Is there a way for it to be case insensitive (A,a,A,B,b,B,C,c,C...etc).

Describe the solution you'd like
Would it be possible to have the ability to sort titles case insensitive by default, or at-least be given an option to do this when sorting?

From what I understand SQLite has the option to sort this by doing COLLATE NOCASE

EDIT
From what I'm looking at...I think the issue was addressed here bug... but not sure if it fixes the current issue since I still can't sort titles naturally (case insensitive) on Stash as I would like my operating system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants