modlinltd/django-advanced-filters

contains does not allow for custom text

armin-l opened this issue · 1 comments

Hi,
I would like to set a filter that gives me all items where "@test.com" is in the email.
When setting up the filter, the field only allows me to select something from the autocomplete list of existing entries. Else it does not save. There is no possibility to add a custom string here.

image

PR #97 fixes this problem