{% extends "manage/base.html" %} {% block page_title %}{{ super() }} - Super Search Fields{% endblock %} {% block admin_title %}{{ super() }} - Super Search Fields{% endblock %} {% block site_js %} {{ super() }} {% compress js %} {% endcompress %} {% endblock %} {% block site_css %} {{ super() }} {% compress css %} {% endcompress %} {% compress css %} {% endcompress %} {% endblock %} {% block mainbody %}

A Word of Warning!
By default, adding a field to the raw_crash or processed_crash namespaces will expose that field in the public Web API. Make sure you have set appropriate permissions to fields containing private or sensitive data before submitting.

{{ csrf() }}
Name
Namespace
Name in database
Description
Query type
Data type
Permissions needed
Form field choices
Is exposed
Is returned
Has full version
Storage mapping

Very sensitive! Make sure that this value is valid JSON, that it is valid elasticsearch schema data, and that it is compatible with the data that will be inserted in that field.

Leave empty to let elasticsearch decide the mapping to use.

{% if field.name %} {% else %} {% endif %} or cancel
{% endblock %}