diff options
Diffstat (limited to 'archaeological_operations/views.py')
| -rw-r--r-- | archaeological_operations/views.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index bde48b1b6..8d15c80ee 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -166,6 +166,7 @@ get_administrativeactop = get_item(                          'operation__towns': 'operation__towns__pk',                          'act_type__intented_to': 'act_type__intented_to',                          'year': 'signature_date__year', +                        'act_object': 'act_object__icontains',                          'history_creator':                          'history_creator__ishtaruser__person__pk',                          'operation__towns__numero_insee__startswith': @@ -180,6 +181,7 @@ get_administrativeact = get_item(                          'indexed': 'index__isnull',                          'history_creator':                          'history_creator__ishtaruser__person__pk', +                        'act_object': 'act_object__icontains',                          'operation__towns__numero_insee__startswith':                          'operation__towns__numero_insee__startswith',                          'operation__towns': 'operation__towns__pk'}, | 
