Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find().all() returns empty list if a field of type bool is indexed #574

Closed
Sreesanth46 opened this issue Oct 25, 2023 · 0 comments · Fixed by #611
Closed

find().all() returns empty list if a field of type bool is indexed #574

Sreesanth46 opened this issue Oct 25, 2023 · 0 comments · Fixed by #611

Comments

@Sreesanth46
Copy link

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 []

@slorello89 slorello89 linked a pull request May 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant