I’ve had an issue with this for a very long time, I just never brought it up. In summary, searching for projects in the projects section yields completely unrelated results
For example, when searching for my project Control, after literally typing in the word ‘control’, the project I’m looking for comes up 9TH! 8 projects that have nothing to do with it, name or content-wise come up before it!! I wouldn’t mind but it’s like that for everything, sometimes even the projects I’m looking for don’t come up which can be an issue! Please look into this
Yeah, I agree although their search algorithm isn’t totally crazy:
*iNTRO
*aCCeleROmeTeR TesT
*hORROR
*wORld_RaCe
*OuTRuN
*uNTiTled
*etc.
(they all contain at least three letters from “control”)
Definitely something to fix though.
yes but they don’t sort the list back by the most similar first
for (word of similarWordList) {
let Templist: string[] = []
let indexOfWord = Math.round((length of array) * (1- (most similar letters in "word") / (total letters in "word")))
Templist.insertAt(indexOfWord, "word")
}