mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Added API support for OR queries and searching text fields.
This commit is contained in:
@@ -150,6 +150,7 @@ REST_FRAMEWORK = {
|
||||
'DEFAULT_FILTER_BACKENDS': (
|
||||
'awx.main.filters.ActiveOnlyBackend',
|
||||
'awx.main.filters.FieldLookupBackend',
|
||||
'rest_framework.filters.SearchFilter',
|
||||
'awx.main.filters.OrderByBackend',
|
||||
),
|
||||
'DEFAULT_PARSER_CLASSES': (
|
||||
|
||||
Reference in New Issue
Block a user