Description
The FieldTextFilter can be added to ListDisplay, ListDisplayLink or to ListFilter, to filter the records using the field named field.
The FieldTextFilter filter is of exact match type, so it will filter the values which exactly match with what was specified from the user.
Configuration
You can simply add a new filter with field name django_admin_settings.admin.FieldTextFilter
to the models ListDisplay, ListDisplayLink or ListFilter
(or any other model with a field named field).
Results
The filter will match any records with the field named field with the specified value.