v.22.1Improvement

Invalid Setting Error Messages with Suggestions

If an invalid setting is defined using the SET query or using the query parameters in the HTTP request, error message will contain suggestions that are similar to the invalid setting string (if any exists). #32946 (Antonio Andelic).
Improved error messages for invalid settings by providing suggestions of similar valid settings.

Why it matters

This feature helps users quickly identify and correct typos or mistakes in setting names when using the SET query or HTTP query parameters. By suggesting similar valid settings, it reduces confusion and debugging time.

How to use it

When defining settings via the SET query or through HTTP request query parameters, if an invalid setting is specified, the error message will automatically include suggestions for similar valid settings to guide the user.