Skip to content

Commit 15b2b94

Browse files
committed
document the removal of access to ._id etc
1 parent 41b48fd commit 15b2b94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ directory. Documentation has been updated to reflect the new API.
2525
``7.x``. It does, however, work in the new way which is not fully backwards
2626
compatible.
2727

28+
* you can no longer access meta fields on a ``Document`` instance by specifying
29+
``._id`` or similar. Instead all access needs to happen via the ``.meta``
30+
attribute.
2831
* Implemented ``NestedFacet`` for ``FacetedSearch``. This brought a need to
2932
slightly change the semantics of ``Facet.get_values`` which now expects the
3033
whole data dict for the aggregation, not just the ``buckets``. This is

0 commit comments

Comments
 (0)