Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/manuals/ADMIN/admin_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -9685,6 +9685,9 @@ DOIが付与されたアイテムをすでに登録している場合、設定

![](media/media/image405.png)

【補足】
ファセット検索では、表示言語と一致する値のみを表示する機能があり、コンフィグファイルで制御する事が可能です。この機能を利用しない場合、言語に関わらず登録されている全ての値が表示され、利用する場合には、表示言語と一致した値のみが表示されます。

## サイトの情報を設定する

サイト情報を設定する方法を説明します。
Expand Down
4 changes: 4 additions & 0 deletions docs/manuals_en/ADMIN/admin_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -14239,6 +14239,10 @@ In the "List" tab, click on the trash can icon (icontrashbox.tif![icontrashbox](

![](media/media/image396.png)

Additional Information:

Faceted search has a function to display only the values that match the display language, which can be controlled in the config file. When this function is not used, all registered values are displayed regardless of the language, and when it is used, only the values that match the display language are displayed.

## Configure the site information

This section explains how to configure the site information.
Expand Down
2 changes: 2 additions & 0 deletions docs/spec/USER_1_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ utils.sort_meta_data_by_options:

- > [検索(Search)]ボタンを押下せず、テキストボックス内にカーソルキーがある状態でエンターキーを押下することでも、同様に検索処理を実行する。

- > コンフィグ(WEKO_THEME_FETCH_SEARCH_FLG)がTrueの場合、画面全体をロードせず、検索結果のみを取得する。

> 検索処理後、メインコンテンツ」ウィジェットの[トップ(Top)]タブに検索結果エリアを表示する。検索結果エリアの表示形式はdb内のSearchManagementテーブルの情報から作成される。

- > 検索結果エリアにはエクスポートボタン、アイテムの表示順、表示数の現在の設定、検索結果のアイテム一覧、ページングナビゲーションを表示する。
Expand Down
2 changes: 2 additions & 0 deletions docs/spec/USER_1_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@

- テキストボックス内にカーソルキーがある状態でエンターキーを押下することでも検索できる。

- コンフィグ(WEKO_THEME_FETCH_SEARCH_FLG)がTrueの場合、画面全体をロードせず、検索結果のみを取得する。

<!-- end list -->

- 検索結果は【Administration \> 設定(Setting) \> 検索設定(Search)画面】での設定の通りに表示される。詳細については、[USER-2-1一覧形式表示](#一覧形式表示)を参照。
Expand Down
2 changes: 2 additions & 0 deletions docs/spec/USER_1_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@
- アイテムリストの表示についての詳細は
一覧形式表示の際は[USER-2-1一覧形式表示](#一覧形式表示)を、目次形式表示の際は[USER-2-2 目次形式表示](#目次形式表示)を参照すること。デフォルトでは一覧形式表示で表示される。

- コンフィグ(WEKO_THEME_FETCH_SEARCH_FLG)がTrueの場合、画面全体をロードせず、検索結果のみを取得する。

<!-- end list -->

- > 関連モジュール
Expand Down
2 changes: 2 additions & 0 deletions docs/spec/USER_1_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@

- ファセット検索の対象項目のマッピングに対応するデータを持つ登録アイテムがない場合、検索対象項目のエリアは表示し、プルダウンの選択肢には「No options」と表示する。

- コンフィグ(WEKO_SEARCH_UI_FACET_LANG_DISP_FLG)がTrueの場合、言語表示に即した項目のみ表示する。

ファセット検索の項目のプルダウンを選択した際に、当該項目で検索を行う。
選択を解除した際にも同様に検索を行う。

Expand Down
9 changes: 9 additions & 0 deletions docs/spec/functional_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -17232,6 +17232,15 @@ invenio.cfg(instans.cfg) \> config.py(各モジュール)
> WEKO\_RECORDS\_UI\_SECRET\_KEY
>
> WEKO\_ITEMS\_UI\_HIDE\_AUTO\_FILL\_METADATA
>
> WEKO\_SEARCH\_UI\_FACET\_LANG\_DISP\_FLG
>
> DISPLAY\_LOGIN
>
> WEKO\_RECORDS\_UI\_LANG\_DISP\_FLG
>
> WEKO\_THEME\_FETCH\_SEARCH\_FLG


3.config.py

Expand Down