Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make form for advanced search #26

Open
CodeWritingCow opened this issue Apr 1, 2018 · 0 comments
Open

Make form for advanced search #26

CodeWritingCow opened this issue Apr 1, 2018 · 0 comments

Comments

@CodeWritingCow
Copy link
Owner

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

CodeWritingCow added a commit that referenced this issue Apr 2, 2018
CodeWritingCow added a commit that referenced this issue Apr 2, 2018
Autocomplete search suggests cuisine types for users. Issue #26

However, users can ignore suggestions and submit their own input. (ex.
"chinese" instead of "Chinese.") Socrata returns search results only if
user query matches the character case of what's on record (i.e.
"Chinese.")

Disable autocomplete input for now.
CodeWritingCow added a commit that referenced this issue Apr 2, 2018
Forms look like actual forms. Add background color to div container
beneath forms. Issues #23 and #26
CodeWritingCow added a commit that referenced this issue Apr 3, 2018
CodeWritingCow added a commit that referenced this issue Apr 7, 2018
Focus users' attention on search form. Image distracts users from form.
Issue #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant