Roberto De Lucia

Results 1 comments of Roberto De Lucia

For anyone landing here with the same problem, I am currently using the following workaround ```js const fuse = new Fuse(items, { ...yourOptions, useExtendedSearch: true, getFn(...args) { return Fuse.config.getFn(...args) ||...