CodeWritingCow / NYC-restaurant-inspection-records

Web application for searching New York City restaurant inspection records
http://www.nycfoodsafety.org
1 stars 3 forks source link

Make form for advanced search #26

Open CodeWritingCow opened 6 years ago

CodeWritingCow commented 6 years ago

Let users make searches with additional parameters (ZIP code, cuisine, etc.) This form would be different from the homepage's basic search form. It should be on its own page.

Should it have its own API route? Or should it still use the existing POST /search route?

See issue #23