diff options
Diffstat (limited to 'archaeological_operations')
| -rw-r--r-- | archaeological_operations/views.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index a10f63e88..8b8d820a3 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -157,6 +157,10 @@ get_operationsource = get_item(      'get_operationsource', 'operationsource',      bool_fields=['duplicate'],      extra_request_keys={ +        'title': 'title__icontains', +        'description': 'description__icontains', +        'comment': 'comment__icontains', +        'additional_information': 'additional_information__icontains',          'operation__towns': 'operation__towns__pk',          'operation__operation_type': 'operation__operation_type__pk',          'operation__year': 'operation__year'}) | 
