First of all, I’d like to express my sincere appreciation for the nocobase team. Your work has saved my organisation. While we cannot afford to pay for standard edition right now, we’d love to make a smaller one-off donation if possible (but I don’t see any link to do so). Now on to the feature requests:
-
allow variable in both side for table filter
Example: get all user where email = username
-
for one-many/many-many field, filter with count
Example: get all student where count(classes) > 1
-
for one-many/many-many field, select logic scope when doing comparison
Example: get all student where all class.id != 1 (current default behaviour is any)
Thank you again!


