mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-16 09:12:29 +03:00
Merge 132a4f962d
into 503f0603e6
This commit is contained in:
commit
593a124b7d
|
@ -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