django-froala-editor icon indicating copy to clipboard operation
django-froala-editor copied to clipboard

Filtering by FroalaField()

Open lobothijau opened this issue 7 years ago • 1 comments

I have a model with FroalaField() and I want to filter data by the field. Unfortunately the Model.objects.filter() doesnt have option to filter by field__contains. How do I search on the field?

lobothijau avatar Oct 23 '18 19:10 lobothijau