diff --git a/docs/changelog.rst b/docs/changelog.rst index c040f0bb..bd5cf564 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog Changes in dev ============== +- Added support for the $elementMatch operator - Added reverse option to SortedListFields - Fixed dereferencing - multi directional list dereferencing - Fixed issue creating indexes with recursive embedded documents diff --git a/docs/guide/querying.rst b/docs/guide/querying.rst index 13a374cc..9ebf37f9 100644 --- a/docs/guide/querying.rst +++ b/docs/guide/querying.rst @@ -76,6 +76,7 @@ expressions: * ``istartswith`` -- string field starts with value (case insensitive) * ``endswith`` -- string field ends with value * ``iendswith`` -- string field ends with value (case insensitive) +* ``match`` -- performs an $elemMatch so you can match an entire document within an array There are a few special operators for performing geographical queries, that may used with :class:`~mongoengine.GeoPointField`\ s: