diff --git a/common/djangoapps/entitlements/admin.py b/common/djangoapps/entitlements/admin.py
index db853806e1f12acdb37573c05f39fdd8129c1098..1f567740dd795ee908e8bdc145c777d9d5dbecd3 100644
--- a/common/djangoapps/entitlements/admin.py
+++ b/common/djangoapps/entitlements/admin.py
@@ -21,6 +21,7 @@ class CourseEntitlementAdmin(admin.ModelAdmin):
                     'enrollment_course_run',
                     'order_number')
     raw_id_fields = ('enrollment_course_run', 'user',)
+    search_fields = ('user__username', 'uuid', 'course_uuid', 'mode', 'order_number')
 
 
 class CourseEntitlementSupportDetailForm(forms.ModelForm):