-
Notifications
You must be signed in to change notification settings - Fork 45
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
Organization search seems not recognizing special characters #3581
Comments
@nickmango @jarias-lfx is this still an issue? |
@mlehotskylf Verified and this is a bug on the backend.. The search API is not handling special characters. |
@nickmango is working on the fix. |
@amolsontakke3576 noted the frontend is not encoding the query param for the company name. Can you edit this on your end ? |
@nickmango I have encoded it. Lets take the example |
Hello @amolsontakke3576 which endpont are you using for the search in this flow ? |
@nickmango It is V3 endpoint |
- Updated regex for companyName search parameter to resolve missing special characters Signed-off-by: Harold Wanyama <[email protected]>
Thanks @amolsontakke3576 . I have updated the API for this usecase |
Ticket: SUPPORT-12023
Organization: AT&T Services, Inc.
Project: All
Bug Summary:
When contributor from AT&T Services are trying to sign the CCLA, they are unable to find the Organization using AT&T keyword:
Seems other searches using at least the "&" character is not working like 1&1 Telecommunication:
The Organization appears doing a manual alphabetical search order:
Doing the same search in other tools like Organization Dashboard, works without issues:
Checked Companies table DB and saw nothing out of the ordinary for AT&T.
The text was updated successfully, but these errors were encountered: