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

Add ProfileSearchRequest #176

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

betsyecastro
Copy link
Contributor

@betsyecastro betsyecastro commented Dec 9, 2024

Validate string type for search input to fix the Sentry issue 6N - ErrorException
Array to string conversion
and prevent invalid queries.

Issue #48

@betsyecastro betsyecastro added the 🐛 bug Something isn't working label Dec 9, 2024
@betsyecastro betsyecastro requested a review from wunc December 9, 2024 21:19
@betsyecastro betsyecastro self-assigned this Dec 9, 2024
@shukla-m shukla-m self-requested a review January 9, 2025 22:27
Copy link

@shukla-m shukla-m left a comment

Choose a reason for hiding this comment

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

@betsyecastro I reviewed the code and tested it locally and the string validation works as expected. Additional validations can be added as needed, but this update works for validating that the search input value is a string.

cc: @wunc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants