Update the search index after adding new content.
Rebuild the index after adding new fields.
{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_list %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} manage-search{% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block coltype %}{% endblock %} {% block content %}Update the search index after adding new content.
Rebuild the index after adding new fields.