Make offset in search work. from is a reserved word in python so use from_

Fixes #13
Thanks llonchj,  danfairs, vanatteveldt and RonRothman!
This commit is contained in:
Honza Kral
2013-10-17 22:01:25 +02:00
parent 798778ee0a
commit 2bb16fe7ed
3 changed files with 18 additions and 3 deletions
+5
View File
@@ -11,6 +11,11 @@ API Documentation
we, however, recommend that people use keyword arguments for all calls for
consistency and safety.
.. note::
for compatibility with the Python ecosystem we use ``from_`` instead of
``from`` and ``doc_type`` instead of ``type`` as parameter names.
.. py:module:: elasticsearch
Elasticsearch