@ -202,9 +202,9 @@ class Model:
@classmethod
def findall(cls, condition):
def findall(cls, condition, operator='='):
rows = db.QueryBuilder(cls.table)\
.where(condition)\
.where(condition, operator)\
.all()
res = []
for row in rows:
The note is not visible to the blocked user.