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

Changes for Find Owner functionality #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

j-szymanski
Copy link

  1. In controller removed % around last name - I think it is not the role of controller to modify input as service shall have all the business knowledge

  2. Added (modified) findAllByLastName() method in repository to findAllByLastNameIgnoreCase() so that search is not case sensitive

  3. Implemented case insensitive find by last name like in map implementation (therefore controller change was needed)

…ole of controller to modify input as service shall have all the business knowledge

2. Added (modified) findAllByLastName() method in repository to findAllByLastNameIgnoreCase() so that search is not case sensitive
3. Implemented case insensitive find by last name like in map implementation (therefore controller change was needed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant