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 #279

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

agonzalez22
Copy link

Issue #276

Changelist:

  • set up Atlas Search index for all relevant fields (first name, last name, email, school)
  • Updated apiClient.ts and ApplicantsApiResonse data type in types.ts with optional parameter searchQuery?:

Testing:

Screenshots:

image
image

@agonzalez22 agonzalez22 linked an issue Jul 22, 2024 that may be closed by this pull request
2 tasks
Copy link

vercel bot commented Jul 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
application-portal ❌ Failed (Inspect) Sep 20, 2024 1:14am

Copy link
Contributor

@jmsargent10 jmsargent10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the deployment is failing due to the @mui/material/Box not being recognized. You should be able to run yarn add @mui/material/Box and push in the changes to the lock file changes for the deployment to pass.

Screenshot 2024-08-05 at 4 57 37 PM

It also looks like the searchQuery parameter has not been added — maybe you have uncommitted changes?

Copy link

vercel bot commented Aug 14, 2024

@Mandy-cyber is attempting to deploy a commit to the HackBeanpot Team on Vercel.

To accomplish this, @Mandy-cyber needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

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.

[Feature] Field Indexing and Search Query Parameter
3 participants