Closed stefanKP50 closed 10 months ago
Hi, is there a way (sqlite) to combine $and and $or in filter request ? Schema is to select posts events having start date or end date between 2 dates.
Thanks Love cockpit V1
ok, found response in mongoDb doc. Logical is inverse as in sql query. First use $or as an array, then inside use $and objects. S.K
Hi, is there a way (sqlite) to combine $and and $or in filter request ? Schema is to select posts events having start date or end date between 2 dates.
Thanks Love cockpit V1