This commit is contained in:
Asif Saif Uddin {"Auvi":"অভি"} 2025-08-09 14:00:18 +01:00 committed by GitHub
commit 15b6910384
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.')