Further update gender options

This commit is contained in:
2023-11-21 11:37:19 +01:00
parent af8e02f76b
commit 975ea417b7
5 changed files with 14 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ class GenderFilter implements
'Woman' => Person::FEMALE_GENDER,
'Man' => Person::MALE_GENDER,
'Both' => Person::BOTH_GENDER,
'Unknown' => Person::NO_INFORMATION,
'Not given' => 'null',
],
'multiple' => true,