Can the fuzzy match in note search ignore spaces and prioritize note names, not directories?

(Having over 10000 files is likely the problem. See this bug report)

That being said, I think the original post is still very valuable. The simplified quick switcher algorithm has some problems:

  1. Ignores search strings that appeared more than one time.

    • So “E cell”, “C cell” cannot be found because “E”、“C” already appeared in “cell” and are thus ignored. “pro project” will also be unretrievable among other "project"s.
  2. ignores their appearing order.

    • In this example, “flexor pollicis longus” ranked behind many files that don’t actually match “fl p lo” in the correct order. (It’s a muscle that moves your thumb, if you are wandering.)