Skip to content

[データベース] 表示設定>急上昇ワードの下部に説明メッセージ追加 #2178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 21, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ class="custom-control-input" @if ($database_show_trend_words == $key) checked="c
<input type="text" name="database_trend_words_caption" value="{{$database_trend_words_caption}}" class="form-control">
</div>
</div>
<small class="form-text text-muted">
※ 検索されたキーワードを、急上昇ワード(再検索できるキーワード)として手動で設定できます。<br>
※ 設定するには事前に下記を設定します。<br>
 ・<a href="{{ url("/plugin/databases/editBuckets/{$page->id}/{$frame_id}#frame-{$frame_id}") }}" target="_blank">DB設定</a>の「検索キーワードを記録」を「使用する」に設定する。<br>
 ・当表示設定の「検索機能の表示」を「表示する」に設定する。<br>
 ・(上記2点を設定後)にデータベースが検索されると、当表示設定の「急上昇ワードの表示>更新する値」の「最新化」ボタン押下で、急上昇ワードを設定できます。<br>
</small>
</div>
</div>

Expand Down