diff --git a/apis/searchApi.js b/apis/searchApi.js index f6b4f16..5e1bd45 100644 --- a/apis/searchApi.js +++ b/apis/searchApi.js @@ -45,10 +45,8 @@ export default { list: "schema", }, search: { - autoComplate: - "{{appname}}/complation/{{index_key}}/{{filter}}", - logAutoComplate: - "searchlog/complation/{{filter}}", + autoComplate: "{{appname}}/complation/{{index_key}}/{{filter}}", + logAutoComplate: "searchlog/complation/{{filter}}", default: "{{appname}}/data/{{index_key}}/{{sortKey}}/{{offset}}/{{limit}}/{{filter}}", queryNormal: @@ -62,12 +60,16 @@ export default { items: "navigate/report/items/search/{{index_key}}/{{offset}}/{{limit}}/{{filter}}", chartTreeMap: "list/project/treemap/{{chart_key}}/{{filter}}", - treeItems:"navigate/report/items/search/{{index_key}}/{{offset}}/{{limit}}/{{filter}}", + treeItems: + "navigate/report/items/search/{{index_key}}/{{offset}}/{{limit}}/{{filter}}", tree: "list/subject/list", - graph:"repo/majles/{{to_key}}/relation" + graph: "repo/majles/{{to_key}}/relation", + }, + synonym: { + getSynonyms: "synonym/get/words", + synonymSearch: "search/qasection/synonym/@listkey/@offset/@limit/@q", + }, + entity: { + blist: "{{index_key}}/{{type}}/list", }, - synonym:{ - getSynonyms:"synonym/get/words", - synonymSearch:"search/qasection/synonym/@listkey/@offset/@limit/@q", - } }; diff --git a/components/search/view/ChartContent.vue b/components/search/view/ChartContent.vue index 5803ca6..828d3b0 100644 --- a/components/search/view/ChartContent.vue +++ b/components/search/view/ChartContent.vue @@ -1,7 +1,7 @@ diff --git a/components/search/view/ChartFilterList.vue b/components/search/view/ChartFilterList.vue index 518f01e..cf6a901 100644 --- a/components/search/view/ChartFilterList.vue +++ b/components/search/view/ChartFilterList.vue @@ -82,7 +82,7 @@