Skip to content

Commit

Permalink
Fix search Specify name
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-Hirose committed Sep 27, 2022
1 parent c002519 commit 953b76a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/en/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ The numbers are in the form `1.[Data name]`.

#### Specify name

Specify a unique name to identify the data.\
Used in `update`, `uninstall` commands to specify the data to be processed.\
Also used as the name of a subdirectory when storing data under the `data_files` directory.\
If unspecified, it is automatically generated from `xckan_title` and `resource_names`, which are JSON keys obtained from
[Data Catalog Cross Search System](https://search.ckan.jp).
Specify a unique name.\
This unique name will be used to specify the data in `update` and `uninstall`.\
Also used as the name of a subdirectory storing data in the `data_files` directory.\
If unspecified, it is automatically generated from `xckan_title` of the dataset name and `name` of the resource name.\
The `xckan_title` and `name` are JSON keys obtained from the [Data Catalog Cross Search System](https://search.ckan.jp).

#### Specify post-processing

Expand Down
2 changes: 1 addition & 1 deletion doc/ja/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dim search [options] <keyword>
データを識別するための一意な名前を指定する。\
`update`, `uninstall`コマンドなどで、処理対象のデータを指定する際に使用する。\
`data_files`ディレクトリ配下にデータを保存する際、サブディレクトリの名称としても使われる。\
未指定の場合は、[データカタログ横断検索システム](https://search.ckan.jp)から取得したJSONのキーである、`xckan_title`及び`resource_names`から自動的に生成される。
未指定の場合は、[データカタログ横断検索システム](https://search.ckan.jp)から取得したJSONのキーである、`xckan_title`及び`resources`内の`name`から自動的に生成される。

#### 後処理の指定

Expand Down

0 comments on commit 953b76a

Please sign in to comment.