Dmenu2 provides so-called "fuzzy search", activated when providing -z option in command line:
When using this mode, search is less conservative. For example, when having list like:
typing fb will filter the list down to
in contrast to normal mode, when one would have to type foob to achieve the same result.
I wonder if rofi could implement this feature too?