“Object(…) is not a function” error was due to incorrectly importing fuzzysearch as named import instead of default import.
If you follow the showcase code, you should NOT import quasar’s filter function. Search function has to include “done(this.myFilter)” instead of “done(filter)”