Search File Sets
{% for field in ui_search_fields_fset %} {% if field.name not in ["tags", "xxx"] %}
{% if field.type == "select" and field.multiple %}
{% elif field.type == "select" %} {% elif not field.name.endswith('_datetime') %} {% endif %}
{% endif %} {% endfor %}