Nesting of fields with AND and OR is possible with the keys #and and #or. This fields must take an object as a value. Nesting has no imposed limit on deepness.
Exercise #5: Convert delimited lists separated by commas into a list of multiple values that can be passed to the IN clause and used in the WHERE clause. Solution #1: We use a similar logic applied on ...