mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Turn off numeric colaltion by default
This commit is contained in:
parent
d464e8b70e
commit
b76b53bea0
@ -519,9 +519,8 @@ preselect_first_completion = False
|
||||
|
||||
#: Recognize numbers inside text when sorting
|
||||
# This means that when sorting on text fields like title the text "Book 2"
|
||||
# will sort before the text "Book 100". This is how humans usually expect
|
||||
# things to sort. If you prefer the computer sort (which is a little faster,
|
||||
# but will cause Book 100 to sort before Book 2), then set numeric_collation
|
||||
# to False.
|
||||
numeric_collation = True
|
||||
# will sort before the text "Book 100". If you want this behavior, set
|
||||
# numeric_collation = True note that doing so will cause problems with text
|
||||
# that starts with numbers and is a little slower.
|
||||
numeric_collation = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user