v.22.7Improvement

Functions multiMatch[Fuzzy] now handle empty needle argument gracefully

Functions multiMatchFuzzy - don't throw a logical error if the needle argument is empty. #39012 (Robert Schulze).
Functions multiMatchFuzzy no longer throw a logical error when the needle argument is empty.

Why it matters

To improve the robustness and usability of the multiMatch[Fuzzy] functions by preventing errors caused by empty needle arguments, allowing queries to handle empty inputs gracefully without failing.

How to use it

Users can continue using the multiMatchFuzzy functions as before. Now, if the needle argument is empty, the functions will not raise errors and will handle the input silently.