diff --git a/mesads/app/views.py b/mesads/app/views.py index abbddfb..6a13aec 100644 --- a/mesads/app/views.py +++ b/mesads/app/views.py @@ -353,6 +353,7 @@ def get_queryset(self): | Q(owner_name__icontains=q) | Q(clean_immatriculation_plate__icontains=q) | Q(epci_commune__libelle__icontains=q) + | Q(number__icontains=q) ) # Add ordering on the number. CAST is necessary in the case the ADS number is not an integer.