This commit is contained in:
Asif Saif Uddin 2025-06-01 15:37:31 +05:45 committed by GitHub
commit 9b1c7d3ec5
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.')