Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-09-24 22:50:48 +02:00
parent ba5ef5c0f3
commit bb65864bd3

View File

@@ -13,6 +13,7 @@ var (
knownColumnNames = []string{
"date",
"creation_date",
"bio",
"phone",
"username",
"iban",
@@ -38,6 +39,7 @@ var (
suggestions = map[string]string{
"user": "username",
"login": "username",
"description": "bio",
"sex": "gender",
"civilite": "gender",
"genre": "gender",