TypeError: wrapper() missing 1 required positional argument: 'fn' code example
Example: TypeError: index() missing 1 required positional argument: 'doc_type'
res = es.search(index="people", doc_type="test", body={"query":{"match":{"name": "john"}}})