Files
opensearch-pyd/utils/templates/overrides/__init__/single_doc_op
T
2019-12-22 16:32:49 +01:00

9 lines
152 B
Plaintext

{% extends "base" %}
{% block request %}
if doc_type in SKIP_IN_PATH:
doc_type = "_doc"
{{ super()|trim }}
{% endblock %}