GabrielDougherty / edinboro-gitlab-assignment

Edinboro University Assignment Submission System. A fork of UWaterloo's gitlab-assignment at https://git.uwaterloo.ca/cscf/gitlab-assignments
0 stars 1 forks source link

Make different search function #17

Closed GabrielDougherty closed 6 years ago

GabrielDougherty commented 6 years ago

All calls to thing.list(search="key") act like matching *key*. This is bad, we just want to match the exact key in every case. So, need to use filter() instead.