We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77faf9 commit cd10055Copy full SHA for cd10055
djangocms_file/models.py
@@ -39,7 +39,7 @@ class AbstractFile(CMSPlugin):
39
"""
40
Renders a file wrapped by an anchor
41
42
- search_fields = ('name',)
+ search_fields = ('file_name',)
43
44
template = models.CharField(
45
verbose_name=_('Template'),
0 commit comments