From c48eaaf56c8aed0146b126a333686c928013c034 Mon Sep 17 00:00:00 2001 From: Jasper Berghoef Date: Mon, 7 Nov 2016 14:30:19 +0100 Subject: [PATCH] Removed search field for reduced complexity. --- src/personalisation/wagtail_hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/personalisation/wagtail_hooks.py b/src/personalisation/wagtail_hooks.py index 24bc31e..39fc91a 100644 --- a/src/personalisation/wagtail_hooks.py +++ b/src/personalisation/wagtail_hooks.py @@ -23,6 +23,5 @@ class SegmentModelAdmin(ModelAdmin): model = Segment menu_icon = 'group' add_to_settings_menu = False - search_fields = ('name') modeladmin_register(SegmentModelAdmin)