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).Why it matters
To improve the robustness and usability of themultiMatch[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 themultiMatchFuzzy functions as before. Now, if the needle argument is empty, the functions will not raise errors and will handle the input silently.