We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b48fd commit 15b2b94Copy full SHA for 15b2b94
Changelog.rst
@@ -25,6 +25,9 @@ directory. Documentation has been updated to reflect the new API.
25
``7.x``. It does, however, work in the new way which is not fully backwards
26
compatible.
27
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.
31
* Implemented ``NestedFacet`` for ``FacetedSearch``. This brought a need to
32
slightly change the semantics of ``Facet.get_values`` which now expects the
33
whole data dict for the aggregation, not just the ``buckets``. This is
0 commit comments