【未病フロント】詳細検索が使用できるように修正 - #1132
Open
ayumi-nishida wants to merge 10 commits into
Open
Conversation
ayumi-nishida
marked this pull request as draft
April 2, 2026 04:38
ayumi-nishida
marked this pull request as ready for review
April 2, 2026 05:52
ayumi-nishida
force-pushed
the
feature/ams-db-detailed-search
branch
2 times, most recently
from
April 7, 2026 02:13
0d158e5 to
377daf5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
【未病フロントで詳細検索機能が使えるように修正】
・scripts/demo/ams/facet_search_setting.sql
データ作成者姓名のマッピングをjpcoarに修正
データ管理者所属のみjpcoarマッピングの値に修正、それ以外はtextを連番でマッピング。
追加でマッピングを行った項目は未病フロントですでに詳細検索項目として設定されていたもの。
・scripts/demo/ams/item_type_mapping.sql
contributorに@attributesのcontributorTypeを追加。
・scripts/demo/ams/rocrate_mapping.sql
「キーワード」のマッピングを修正。
・scripts/demo/ams/search_management.sql
search_conditionsとsearch_setting_allにtext11~text22までを追加。
・scripts/demo/ams/update_search_management.py
text_listを最新化、text9~22まで追加。
・nginx\ams\weko-frontend\assets\data\detailSearch.json
各項目のqueryをWEKO3の検索結果と連動。
日英で値が変わる可能性がある項目を' OR 'で連結。
連絡許諾の要不要を検索にかかるように修正。
ライセンス、解析対象データの項目が古いものを最新化。
・nginx\ams\weko-frontend\components\common\SearchForm.vue
詳細検索をOR検索できるように','ではなく' OR 'で連結。
queryがid_attrの項目は','で連結。
【不具合修正】
・nginx\ams\weko-frontend\pages\ams\files.vue
ファイル一覧画面の選択ダウンロードの表示崩れ修正。
・nginx\ams\weko-frontend\app.config.ts
metadata only accessとembargoed accessを入れ替え修正。