add bio
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,7 @@ var (
|
|||||||
knownColumnNames = []string{
|
knownColumnNames = []string{
|
||||||
"date",
|
"date",
|
||||||
"creation_date",
|
"creation_date",
|
||||||
|
"bio",
|
||||||
"phone",
|
"phone",
|
||||||
"username",
|
"username",
|
||||||
"iban",
|
"iban",
|
||||||
@@ -38,6 +39,7 @@ var (
|
|||||||
suggestions = map[string]string{
|
suggestions = map[string]string{
|
||||||
"user": "username",
|
"user": "username",
|
||||||
"login": "username",
|
"login": "username",
|
||||||
|
"description": "bio",
|
||||||
"sex": "gender",
|
"sex": "gender",
|
||||||
"civilite": "gender",
|
"civilite": "gender",
|
||||||
"genre": "gender",
|
"genre": "gender",
|
||||||
|
|||||||
Reference in New Issue
Block a user