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?
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