There was an error while loading. Please reload this page.
1 parent b208823 commit 1621ce3Copy full SHA for 1621ce3
Source/README.md
@@ -154,6 +154,6 @@ Then you're all set to use entities with ObjectBox:
154
155
// Get collections of entities
156
_ = personBox.all()
157
- _ = personBox.query({ Person.name == "Fry" }).find()
+ _ = personBox.query({ Person.name == "Fry" }).build().find()
158
159
That's it, it works now!
0 commit comments