* Breaking changes for type removal Signed-off-by: Vacha Shah <[email protected]> * Adding support to test against unreleased OpenSearch Signed-off-by: Vacha Shah <[email protected]> * Formatting Signed-off-by: Vacha Shah <[email protected]> * Addressing comments to refactor run-opensearch.sh Signed-off-by: Vacha Shah <[email protected]>
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
{% extends "base" %}
|
|
{% block request %}
|
|
if index in SKIP_IN_PATH:
|
|
index = "_all"
|
|
|
|
{{ super()|trim }}
|
|
{% endblock %}
|
|
|