We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d95cb commit 132a4f9Copy full SHA for 132a4f9
rest_framework/filters.py
@@ -45,6 +45,7 @@ class SearchFilter(BaseFilterBackend):
45
'=': 'iexact',
46
'@': 'search',
47
'$': 'iregex',
48
+ '&': 'unaccent',
49
}
50
search_title = _('Search')
51
search_description = _('A search term.')
0 commit comments