Hi @zhurnaly, the easiest way would probably be to manually overwrite the core shadow tiddlers in your wiki (editing them will overwrite them automatically) with the code from the two files changed with the PR:
TiddlyWiki5/core/modules/filters/search.js at 484acefb29841b75d02bc00bba87683f56fee6d3 · TiddlyWiki/TiddlyWiki5
TiddlyWiki5/core/modules/wiki.js at 484acefb29841b75d02bc00bba87683f56fee6d3 · TiddlyWiki/TiddlyWiki5
However, I must advise against this. wiki.js
contains a lot of internal functions that are fundamental to the functioning of TW. By overwriting it, you will no longer get automatic updates with future releases, I also cannot guarantee that I didn’t mess up the legacy search code somehow.
If the PR is not merged (and I don’t think it will be) and if there was enough interest, I might turn it into a plugin for a fuzzy[]
search operator that wouldn’t touch any core files and could simply be installed by drag-n-drop.