def get_search_fields(self, request): base_fields = get_adapter().get_user_search_fields() return list(map(lambda a: 'user__' + a, base_fields))