Wondering why you decide using `POST` for search instead of `GET` method https://github.com/facn5/ExpressCars/blob/5b86934d5a0e1754988b2094f8d78e35a19c5618/src/server/controllers/router.js#L33 http://rc3.org/2007/12/26/search-forms-should-use-the-get-method/
Wondering why you decide using
POSTfor search instead ofGETmethodExpressCars/src/server/controllers/router.js
Line 33 in 5b86934
http://rc3.org/2007/12/26/search-forms-should-use-the-get-method/