Document natural sorting and the DATABASE_EMULATE_NATURAL_SORT option

This commit is contained in:
Jan Böhmer 2024-06-21 12:31:25 +02:00
parent 2fabcabcc0
commit 1f6e3db09e
3 changed files with 30 additions and 1 deletions

2
.env
View file

@ -24,7 +24,7 @@ DATABASE_MYSQL_USE_SSL_CA=0
DATABASE_MYSQL_SSL_VERIFY_CERT=1
# Emulate natural sorting of strings even on databases that do not support it (like SQLite, MySQL or MariaDB < 10.7)
# This can be slow on big databases
# This can be slow on big databases and might have some problems and quirks, so use it with caution
DATABASE_EMULATE_NATURAL_SORT=0
###################################################################################