A Strange Error. #426
-
Beta Was this translation helpful? Give feedback.
Answered by
eugene-eeo
Sep 1, 2021
Replies: 1 comment 1 reply
-
The error happens in the
You're passing a boolean to
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
onurtvb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error happens in the
You're passing a boolean to
inventory.search(...)
, butTable.search
expects a Query object, or a callable instead.Most likely, you wanted to do something like (Note the uppercased "Inventory"):