I would like to request an enhancement for the JetEngine Query Builder. Currently, the meta query only allows setting the entire query to either AND or OR, which applies to all meta fields together.
I need more granular control over the conditions, where:
Some meta fields should match with an AND condition (mandatory match).
Other meta fields should match with an OR condition (optional match).
For example, I need the ability to create a query where:
Field A and Field B must match (AND).
Field C or Field D can match (OR) but aren't mandatory.
Currently, we can only apply AND or OR to the entire meta query, which limits flexibility for more specific needs.
It would be highly beneficial if JetEngine's Query Builder supported individual AND/OR conditions for each meta field.
Hi Crocoblock Support Team,
I would like to request an enhancement for the JetEngine Query Builder. Currently, the meta query only allows setting the entire query to either
AND
orOR
, which applies to all meta fields together.I need more granular control over the conditions, where:
AND
condition (mandatory match).OR
condition (optional match).For example, I need the ability to create a query where:
AND
).OR
) but aren't mandatory.Currently, we can only apply
AND
orOR
to the entire meta query, which limits flexibility for more specific needs.It would be highly beneficial if JetEngine's Query Builder supported individual AND/OR conditions for each meta field.
Thanks for considering this enhancement!