[#54] Member: Add IsJuridicalPerson
All checks were successful
Test / Run tests (push) Successful in 2m49s
All checks were successful
Test / Run tests (push) Successful in 2m49s
This commit is contained in:
@ -48,8 +48,8 @@ namespace Elwig.Models.Entities {
|
||||
public int SearchScore(IEnumerable<string> keywords) {
|
||||
return Utils.GetSearchScore([
|
||||
Schedule.Description,
|
||||
Member.FamilyName, Member.MiddleName, Member.GivenName,
|
||||
Member.BillingAddress?.Name,
|
||||
Member.Name, Member.MiddleName, Member.GivenName,
|
||||
Member.BillingAddress?.FullName,
|
||||
], keywords);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user