stash/pkg/sqlite
stg-annon d2daf6c69f
Add Sort Name to Tags (#5531)
* override "name" sort with COALESCE
* tag sort_name frontend

adds `data-sort-name` attribute to tag links prioritizes sort_name value but will default to tag name if not present in the same way that COALESCE will prioritize the same values in the same way
* add sort_name filter, update locale per request

* Include sort name in anonymiser
* Add import/export support
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2025-02-11 08:17:21 +11:00
..
blob
migrations Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
anonymise.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
anonymise_test.go
batch.go
blob.go
blob_migrate.go
blob_test.go
common.go
criterion_handlers.go
custom_fields.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
custom_fields_test.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
custom_migrations.go
database.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
date.go
doc.go
driver.go
file.go
file_test.go
filter.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
filter_hierarchical.go
filter_internal_test.go
fingerprint.go
folder.go
folder_test.go
functions.go
gallery.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
gallery_chapter.go
gallery_chapter_test.go
gallery_filter.go
gallery_test.go
group.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
group_filter.go
group_relationships.go
group_test.go
history.go
image.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
image_filter.go
image_test.go
migrate.go
performer.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
performer_filter.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
performer_test.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
phash.go
query.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
record.go
regex.go
relationships.go
repository.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
saved_filter.go
saved_filter_test.go
scene.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
scene_filter.go
scene_marker.go Scene Marker duration filter and sort (#5472) 2024-11-29 16:28:10 +11:00
scene_marker_filter.go Scene Marker duration filter and sort (#5472) 2024-11-29 16:28:10 +11:00
scene_marker_test.go Scene Marker duration filter and sort (#5472) 2024-11-29 16:28:10 +11:00
scene_test.go
setup_test.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
sql.go
stash_id_test.go
studio.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
studio_filter.go
studio_test.go
table.go
tables.go Performer custom fields (#5487) 2024-12-03 13:49:55 +11:00
tag.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
tag_filter.go Add Sort Name to Tags (#5531) 2025-02-11 08:17:21 +11:00
tag_test.go
timestamp.go
transaction.go
transaction_test.go
tx.go
values.go