bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Search Application - Bug fix about count parameter #543

Closed oguzhantok closed 1 year ago

oguzhantok commented 1 year ago

I fixed the bug about the count parameter. The error "int() argument must be a string, a bytes-like object or a real number, not 'NoneType'" was received when the count parameter was not supplied as input. I fixed the bug here with two different if condition checks I added. I also made changes in the format of the responses in the post search functionality.