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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user