@@ -72,7 +72,7 @@ module.exports = function addMissing(rqf) {
}
if (dimsValues[rqfName].indexOf(r[rqfName])===-1){
if (['school','city','state','arrangement'].includes(dim)){// those should be ordered by its name
if (['school','arrangement'].includes(dim)){// those should be ordered by its name
letnamePosition=binarySearch(r[secondaryRqfName],dimsNames[secondaryRqfName],0,dimsNames[secondaryRqfName].length)// find the position of the name in alphabetical order and keep the names vector ordered