We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
While indexing a field of bool type eg:
class SomeModel(JsonModel): ...somefields is_delelted: bool = Field(index=True) class Meta: ...
and while trying to list all entity
SomeModel.find().all() return []
SomeModel.find().all()