Closed c650 closed 1 month ago
public findSimilarClasses(className: string) {
ideally we try to tokenise the className so that if the input guess (also rename the param from className to maybeClassName or classNameGuess , pls ) has part of a class channel name then it filters down further
so inputs like
whereas:
and like
public findSimilarClasses(className: string) {
ideally we try to tokenise the className so that if the input guess (also rename the param from className to maybeClassName or classNameGuess , pls ) has part of a class channel name then it filters down further
so inputs like
whereas:
and like