File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "@babel/plugin-transform-private-property-in-object" : " ^7.24.7" ,
99 "@emotion/react" : " ^11.11.4" ,
1010 "@emotion/styled" : " ^11.11.5" ,
11- "@foerderfunke/matching-engine" : " ^1.2.7 " ,
11+ "@foerderfunke/matching-engine" : " ^1.2.8 " ,
1212 "@mui/icons-material" : " ^5.15.19" ,
1313 "@mui/material" : " ^5.15.19" ,
1414 "@mui/x-charts" : " ^7.6.2" ,
Original file line number Diff line number Diff line change 11import { MatchingEngine } from "@foerderfunke/matching-engine/src/MatchingEngine" ;
2- import { FORMAT , MATCHING_MODE } from "@foerderfunke/matching-engine/src/queries.js" ;
2+ import { FORMAT } from "@foerderfunke/matching-engine/src/queries.js" ;
33import resourceService from "@/core/services/resourceService" ;
44import userManager from "@/core/managers/userManager" ;
55import { convertUserProfileToTurtle } from "@foerderfunke/matching-engine/src/profile-conversion" ;
@@ -77,9 +77,7 @@ const matchingEngineManager = {
7777 const report = await this . matchingEngineInstance . matching (
7878 userProfileTurtle ,
7979 requirementProfiles ,
80- MATCHING_MODE . FULL ,
81- FORMAT . JSON_LD ,
82- true
80+ FORMAT . JSON_LD
8381 ) ;
8482
8583 return report ;
@@ -94,9 +92,7 @@ const matchingEngineManager = {
9492 return this . matchingEngineInstance . matching (
9593 userProfileTurtle ,
9694 requirementProfiles . map ( rp => expand ( rp ) ) ,
97- MATCHING_MODE . QUIZ ,
98- FORMAT . JSON_LD ,
99- true
95+ FORMAT . JSON_LD
10096 ) ;
10197 } ,
10298
You can’t perform that action at this time.
0 commit comments