-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Hello,
it would be helpful to be able to create bindings for fields similarly at what is done for JoinSupportingQueryBuilderParser. If I store some values within json columns I can't use the parser to filter on these fields easily. Something like that could be usefull :
$bindingsFields = array(
'myjsonfield1' => array(
'from_table' => 'table1',
'from_col' => 'json_col',
'json_path' => 'json_fields->myjsonfield1->myjsonfield1->value' // should be optional if field is not within a json column
),
Metadata
Metadata
Assignees
Labels
No labels