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

[Feature] Field Indexing and Search Query Parameter #276

Open
2 tasks
jmsargent10 opened this issue Jul 11, 2024 · 0 comments · May be fixed by #279
Open
2 tasks

[Feature] Field Indexing and Search Query Parameter #276

jmsargent10 opened this issue Jul 11, 2024 · 0 comments · May be fixed by #279
Assignees

Comments

@jmsargent10
Copy link
Contributor

  • set up an Atlas Search index for all relevant fields (first name, last name, email, school)
    • for now the collection being used will be the "hacker_applications" collection under the "ApplicantData" database for testing purposes
  • update the apiClient.ts file to take in an optional parameter searchQuery? (type string) and include it in the axios request parameters
    • also be sure to update the ApplicantsApiResponse data type in the types.ts file

AC:

  • please include screenshots in PR evidencing field indexing!
  • the searchQuery parameter has been added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants