Actions
Feature proposal #9024
closedRewrite search SQL construction to be more reliable
Description
This is trying to do a specific index search. Remove this entirely and use wildcards that can work with array or objects. Example as follows.
$**.FIELD_NAME
For nested field group usages this would be as follows.
$**.FIELD_NAME.*.FIELD_NAME
Actions