mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-28 09:23:16 +03:00
Merge 132a4f962d
into 78e97074e7
This commit is contained in:
commit
4d5c26ad2f
|
@ -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.')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user