We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e7fb7 commit 2543657Copy full SHA for 2543657
backend/src/openarchiefbeheer/zaken/admin.py
@@ -9,6 +9,7 @@
9
10
@admin.register(Zaak)
11
class ZaakAdmin(admin.ModelAdmin):
12
+ search_fields = ("identificatie", "uuid")
13
14
def get_urls(self):
15
urls = super().get_urls()
0 commit comments