Challenges

Search club API allows users to search for clubs using club names. But we were not doing any input validation to that field. Can we validate the input request to search API?

Challenge 1: Search by rating

In the last challenge, we have added two new service features

  1. Paginate the result.
  2. Additional Column ‘Rating’ added to Elite Club table.

In this challenge can you update search functionality to incorporate the below search criteria?

  • Club name should start with provided input.
  • Rating should be higher than the provided input number.
  • Result should be in the descending order of rating.

Get hands-on with 1200+ tech skills courses.