This commit is contained in:
Asif Saif Uddin {"Auvi":"অভি"} 2025-07-11 11:47:26 -05:00 committed by GitHub
commit 09ff38193c
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.')