Skip to content

Changes for Find Owner functionality - #172

Open
j-szymanski wants to merge 1 commit into
springframeworkguru:masterfrom
j-szymanski:feature/search-owner-by-name-ignore-case
Open

Changes for Find Owner functionality#172
j-szymanski wants to merge 1 commit into
springframeworkguru:masterfrom
j-szymanski:feature/search-owner-by-name-ignore-case

Conversation

@j-szymanski

Copy link
Copy Markdown
  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.

1 participant