Actions
Feature proposal #8449
closedImplement support for JSON_SEARCH
Description
When performing simple JSON search behavior it's more performant to use JSON_SEARCH instead of JSON_EXTRACT. This is only really needed for simple =, !=, LIKE, and NOT LIKE behaviors where a wildcard is preset in the JSON path.
Actions