It would be nice to have operators for postgres array-type fields: https://www.postgresql.org/docs/9.0/functions-array.html Incoming PR to add: - contains (`@>`) - contained_by (`<@`) - overlap (`&&`)