-
Notifications
You must be signed in to change notification settings - Fork 24
Skill search/ JD search is not returning matching roles #342
Comments
@sdgun but it did work on prod last week, right? |
@nikolay83 Yes it's working in prod still. |
@urwithat Can it be something with ES index on dev? |
Skills matching logic is working just as you described above. However, it can't match given skills with role's skills after this commit topcoder-platform/taas-apis@eb4afdb because we should not convert the skill names to lowercase. The endpoint accepts roleIds. And role object stores the skills by names in their original form. So we don't need the skill names in lowercase at all, otherwise it can't match. |
thank you @eisbilir! I merged it. |
Verified in Dev, this issue is fixed. |
Verified in production, the issue is fixed. |
Steps
Go to https://platform.topcoder-dev.com/taas/myteams/createnewteam/
Click select button in INPUT SKILLS box OR INPUT JOB DESCRIPTION
Select a skill (or enter JD) that matches the skills of an existing role >> click search
Current behavior
Only return the custom role
No.roles.mp4
The text was updated successfully, but these errors were encountered: