n.sortName() issue

All your suggestions, requests and ideas for future development
Post Reply
hitchahike
Posts: 2
Joined: 06 Feb 2021, 13:38

n.sortName() issue

Post by hitchahike »

Hi there,

I'm a new user. Happened to search on the Internet and came across this great software. I used it a little bit and found out that

n.sortName().space('.') renamed "Zombieland.Double.Tap.2019" to "Zombieland.-.Double.Tap.2019"

Sorry if this bug has been reported elsewhere as I haven't checked.

Thanks a lot,
Alfred.
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: n.sortName() issue

Post by rednoah »

Yes, that would be the expected behaviour, no?


:idea: String.sortName() transforms value such as "The Movie" to "Movie, The" while passing through values such as "Zombieland" untouched, since there is no "The" that we could move to the end.
:idea: Please read the FAQ and How to Request Help.
hitchahike
Posts: 2
Joined: 06 Feb 2021, 13:38

Re: n.sortName() issue

Post by hitchahike »

Sorry I checked and it's the other replacement, colon.(' - '), that I missed putting there as well. This is not a bug.
Post Reply