[#2] MemberAdminWindow: Update search filters

This commit is contained in:
2024-01-13 19:59:00 +01:00
parent 8072febd5b
commit 95853099bb
3 changed files with 127 additions and 24 deletions

View File

@ -181,7 +181,6 @@ namespace Elwig.Models.Entities {
public int SearchScore(IEnumerable<string> keywords) {
return Utils.GetSearchScore(new string?[] {
MgNr.ToString(),
FamilyName, MiddleName, GivenName,
BillingAddress?.Name,
Comment,