Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix patientSearchValidation Schema #118

Open
hassanelnajjar opened this issue Apr 21, 2021 · 0 comments
Open

Fix patientSearchValidation Schema #118

hassanelnajjar opened this issue Apr 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hassanelnajjar
Copy link
Collaborator

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%]+$/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant