-
Notifications
You must be signed in to change notification settings - Fork 33
[Role API] The skills and keyword search does not return any results #293
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
Comments
@sdgun @nikolay83 I made both skillList and keyword criteria case insensitive now. |
@eisbilir Noticed keyword is still case sensitive. 2021-06-04_12-34-27.mp4@nikolay83 Are we only checking keyword in the name?
|
@nikolay83 Could you confirm Role index is recreated with new mapping settings after this fix? |
Confirmed. |
Cannot verify until topcoder-archive/topcoder-platform-taas-app#342 is fixed. |
This issue still exists in Dev. Both skills list and keyword are case sensitive 2021-06-23_14-35-29.mp4 |
@nikolay83 Please note this issue is not fixed yet 2021-06-24_8-34-29.mp4 |
@nikolay83 @sdgun |
Verified in Dev, this issue is fixed now. |
Steps
Call GET https://api.topcoder-dev.com/v5/taas-roles/?skillsList=aws lambda&keyword=aws from a valid user token
Current behavior
Search by both skills and keyword does not return results
Expected behavior
Should return matching results
The text was updated successfully, but these errors were encountered: