mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
fix doc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
929e7193b4
commit
86c326bd4a
@ -71,7 +71,7 @@ func (r *sqlRepository) registerModel(instance any, filters map[string]filterFun
|
||||
//
|
||||
// If PreferSortTags is enabled, it will map the order fields to the corresponding sort expression,
|
||||
// which gives precedence to sort tags.
|
||||
// Ex: order_title => (coalesce(nullif(sort_title,"),order_title) collate NATURALSORT)
|
||||
// Ex: order_title => (coalesce(nullif(sort_title,''), order_title) collate NATURALSORT)
|
||||
// To avoid performance issues, indexes should be created for these sort expressions
|
||||
//
|
||||
// All order_* fields are wrapped with NATURALSORT collation to enable natural number ordering
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user