springframeworkguru / sfg-pet-clinic

SFT Pet Clinic
232 stars 1.99k forks source link

Changes for Find Owner functionality #172

Open j-szymanski opened 3 years ago

j-szymanski commented 3 years ago
  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)