From 0693e59177107d45181239dc5b8e56dcf62c22de Mon Sep 17 00:00:00 2001 From: ImMin5 Date: Thu, 14 Mar 2024 09:23:53 +0900 Subject: [PATCH] feat: modify search_conf.py --- src/cloudforet/search/conf/search_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloudforet/search/conf/search_conf.py b/src/cloudforet/search/conf/search_conf.py index c7c8506..95a77ed 100644 --- a/src/cloudforet/search/conf/search_conf.py +++ b/src/cloudforet/search/conf/search_conf.py @@ -11,7 +11,7 @@ }, "response": { "resource_id": "service_account_id", - "name": "{name} ({account})", + "name": "{account} ({name})", "aliases": [ {"data.account_id": "account"}, {"data.subscription_id": "account"},