We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3dcd1 commit ac49d11Copy full SHA for ac49d11
objectbox/box.py
@@ -164,7 +164,8 @@ def query(self, condition: Optional[QueryCondition] = None) -> QueryBuilder:
164
:param condition:
165
If given, applies the given high-level condition to the new QueryBuilder object.
166
Useful for a user-friendly API design; for example:
167
- ``box.query(name_property.equals("Johnny")).build()``
+
168
+ ``box.query(name_property.equals("Johnny")).build()``
169
"""
170
qb = QueryBuilder(self._store, self)
171
if condition is not None:
0 commit comments