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

Search functionality #165

Closed
jonathanchuangcodes opened this issue May 24, 2022 · 1 comment
Closed

Search functionality #165

jonathanchuangcodes opened this issue May 24, 2022 · 1 comment

Comments

@jonathanchuangcodes
Copy link
Member

jonathanchuangcodes commented May 24, 2022

this ticket strictly for functionality
ui fixes being handled separately

existing functionality can query assets with param type of donation, offer
need to add additional property to assets to query with param of "kind" (? naming up to you) either physical object or volunteer work

  • new property in entity, create/get DTOs
    • also add fake data to the seeded data (server/src/database/seeding/seed-data.ts)
    • tip for updating db toggle dropSchema to true in server/src/database-connection.service.ts
  • adding that param in the fetch request
@jonathanchuangcodes jonathanchuangcodes changed the title Global Search Dropdown Search May 24, 2022
@jd2rogers2 jd2rogers2 changed the title Dropdown Search Search functionality Sep 14, 2022
@jd2rogers2
Copy link
Contributor

assets were already searchable, so orgs done in this PR
which wraps up most of what this ticket needs. volunteer post page and BE properties will be handled by another ticket
closing

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

No branches or pull requests

5 participants