Update the SearchClubsRequest class in bounce/server/resource/club.py. I think it'd useful have name and description fields in that schema for search flexibility.
Update SearchClubsEndpoint in bounce/server/api/clubs.py to handle the new query parameters you added to the SearchClubsRequest.
Update the search function bounce/db/club.py to allow searching by all the parameters you added to SearchClubsRequest
Update the tests that use the /clubs/search endpoint
What you'll need to do:
name
anddescription
fields in that schema for search flexibility.