Added docs for elemMatch

This commit is contained in:
Ross Lawley 2011-11-30 02:30:29 -08:00
parent 179c4a10c8
commit 8b97808931
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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: