最近の検索


最近の検索はありません

Rasmus Hedback's Avatar

Rasmus Hedback

参加日2023年3月14日

·

前回のアクティビティ2023年10月25日

フォロー中

0

フォロワー

0

合計アクティビティ

3

投票

1

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Rasmus Hedback

Rasmus Hedbackさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Another approach would be to let the form build the correct query string when submitting it, simply add a hidden input by adding this to script.js

const search_form = document.querySelector('form.search');
const input = document.createElement('input');
input.setAttribute('type', 'hidden');
input.setAttribute('name', 'type');
input.setAttribute('value', 'knowledge_base');
search_form.appendChild(input);

コメントを表示 · 編集日時:2023年10月25日 · Rasmus Hedback

0

フォロワー

1

投票

0

コメント