#5-intelligent-groups #23

Merged
jkeffects merged 16 commits from #5-intelligent-groups into main 2024-12-19 09:50:45 +00:00
Showing only changes of commit a718f74d24 - Show all commits

View file

@ -121,7 +121,7 @@ export default abstract class DynamicQueryBuilder {
query.orWhere(whereClause.query, whereClause.parameters);
}
} else {
if (condition.concat == "AND") {
if (condition.concat == "_" || condition.concat == "AND") {
query.andWhere(
condition.invert == undefined || condition.invert == true
? new Brackets((qb) => {