summaryrefslogtreecommitdiff
path: root/archaeological_operations/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r--archaeological_operations/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py
index e31a39e09..9482f44b4 100644
--- a/archaeological_operations/views.py
+++ b/archaeological_operations/views.py
@@ -133,6 +133,7 @@ get_operation = get_item(
dated_fields=['start_date__lte', 'start_date__gte',
'excavation_end_date__lte', 'excavation_end_date__gte'],
extra_request_keys={'common_name': 'common_name__icontains',
+ 'abstract': 'abstract__icontains',
'end_date': 'end_date__isnull',
'year_index': ('year', 'operation_code'),
'start_before': 'start_date__lte',