{# sqlhelper_form_text_anywhere.html #} {% extends "base.html" %} {% block content %}

Create SQL fragment: Find text anywhere

Enter a fragment of text. SQL will be generated to find it in any of the text fields present in the database. The LIKE operator will be used for plain text fields, and an appropriate faster method will be used for fields having a free-text index.
{% csrf_token %} {{ form.as_table }}
{% endblock %}