# Fix patientSearchValidation Schema - The client want to benefit the like operator in postgres, so it's want to send (%) with firstname and lastname - should add (%) to regex expression of firstname-lastname like ```.matches(/^[a-zA-Z]+$/)``` should be ```.matches(/^[a-zA-Z%]+$/)```