add suggestion

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-01-04 00:30:31 +01:00
parent 7a29929eb3
commit af4d9f4332

View File

@@ -34,6 +34,7 @@ var (
"birth_date", "birth_date",
"url", "url",
"ip", "ip",
"job",
} }
suggestions = map[string]string{ suggestions = map[string]string{
@@ -88,6 +89,7 @@ var (
"mobilephone": "phone", "mobilephone": "phone",
"mobile": "phone", "mobile": "phone",
"website": "url", "website": "url",
"jobtitle": "job",
} }
) )