updated the JSON schema to be able to search by either or both club name and description in resource/club.py
updated filtering of the query results in db/club.py
updated clubs.py
updated test_search_clubs__success(server): in test_2_clubs.py
:traffic_light: Concerns
none for now
:mag: Testing Instructions
make docker-test
you can change test_search_clubs__success(server): in test_2_clubs.py to change the query type from name to description or name & description
:tickets: Ticket(s): Closes # Update Clubs search endpoint #137
:construction_worker: Changes
:traffic_light: Concerns
none for now
:mag: Testing Instructions
make docker-test you can change test_search_clubs__success(server): in test_2_clubs.py to change the query type from name to description or name & description