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

Build search page #23

Closed
wants to merge 6 commits into from

Conversation

Alex-Cannon
Copy link
Collaborator

Close #12

I built the search page. Below are steps to test the page:

  1. Navigate to the search page
  2. Type a query like "food" or "food bank"
  3. Click "search"
  4. It is expected to see a list of results with "food" in title, description, type, etc.
  5. Click an org
  6. You are redirected to /category/basic-needs/food/:id?backLink=/search?s=food
  7. When you click the back arrow, you are redirected to /search?s=food INSTEAD of the category page.

The search page does this:

  1. Pulls ALL sheets LOCALLY
  2. Searches through relevant fields for the keywords provided by user. For example, when "food" is provided, returns orgs that have food in title, description, type, etc.
  3. Display

@Alex-Cannon Alex-Cannon requested a review from Vpr99 July 28, 2019 21:02
@Alex-Cannon
Copy link
Collaborator Author

Moved from fork to base repo. Although, as I was doing this, Travis did check this branch. Strange, hu?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page: Build "search page"
1 participant