This commit is contained in:
Asif Saif Uddin 2025-04-28 05:08:28 +00:00 committed by GitHub
commit 4d5c26ad2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,7 @@ class SearchFilter(BaseFilterBackend):
'=': 'iexact', '=': 'iexact',
'@': 'search', '@': 'search',
'$': 'iregex', '$': 'iregex',
'&': 'unaccent',
} }
search_title = _('Search') search_title = _('Search')
search_description = _('A search term.') search_description = _('A search term.')