emilio
(emilio)
2018 年 10 月 3 日午前 2:25
1
サポートに関する質問には Discourse を使用していますが、多くの回答はサポートドキュメントに記載されています(WordPress ベースです)。Discourse の検索機能で外部サイトの結果を含める方法やアイデアをご存知の方がいらっしゃれば教えてください。
もう一つのアイデアとして、閲覧中の投稿や直近の検索結果のサイドバーに、関連するサポートドキュメントの記事へのリンクを表示できないかと考えました。これは「あなたのトピックはこれと似ています」という機能(トピック作成時に表示されるもの)に似ていますが、外部サイトのコンテンツを対象としたものです。
いずれにせよ、そのような事例をご存知の方がいらっしゃれば教えていただければ幸いです。
ありがとうございます
「いいね!」 4
Stephen
(Stephen)
2018 年 10 月 3 日午前 4:28
3
Why not move your support pages to a category on Discourse? It’s quiet a common approach to this scenario.
The category could be read-only to normal users and would afford all the benefits you’ve outlined above.
「いいね!」 1
emilio
(emilio)
2018 年 10 月 4 日午前 3:18
9
Not sure we are ready to give up on all the customization possibilities available with Wordpress, but I had not considered that. Will need to think on it.
「いいね!」 1
ravilach
(Ravi Lachhman)
2020 年 4 月 29 日午後 9:37
10
実施に必要な工数について興味があります。検索機能の一環として、当社のナレッジベースにも同様の取り組みを導入したいと考えています。
「いいね!」 1
sicco
2025 年 5 月 20 日午後 2:58
11
Discourseの検索機能を拡張して、他の検索エンジンの検索結果も含まれるようにしたいです。調べてみましたが、Discourseのこの部分はドキュメントが少なく、プラグインを作成するのが難しいようです。ソースコードを直接編集して概念実証を作成しましたが、明らかに望ましいものではありません。
長年にわたり、このような機能に対する要望がいくつかありました。
Tris20
(Tristan)
2025 年 5 月 20 日午後 9:07
12
Discourse の検索自体に結果を統合したい場合、Algolia を引き続き使用できると思いますが、そのソリューションには多くの労力が必要になります (例: どのサイトの結果を優先して表示するか、適切なメタデータが容易に入手でき、常に最新の状態であるかなど) し、追加費用 (Algolia ライセンス) がかかります。
無料、低メンテナンス、低労力で、ユーザーを外部サイトに誘導するオプションとして、数年前に Discourse に拡張を依頼した「Advanced search bar」拡張機能があります。基本的に、外部サイトが検索に標準の URL クエリを使用している場合、このオプションと互換性があります。
つまり、検索 URL は次のようになりますか?
https://meta.discourse.org/search?q=this%20is%20my%20search%20term
もしそうであれば、このコンポーネントは機能します。
動作方法を示す投稿はこちらです。
This was one of our core problems as well. We have an obscene amount of platforms doing the same thing, and Discourse is phenomenal at gluing all that stuff together when done right.
In particular we lacked a single point of search. To achieve this at (very) low cost we sponsored the Discourse team to modify the header search so it allows us to search other platforms from the Discourse search bar. Now we can search Confluence etc from Discourse
Note: This doesn’t search nativel…
セットアップ方法についてもう少し詳しく説明した投稿はこちらです。
Hey @Stephane_Roy ,
Sorry I didn’t see this earlier. From memory, Penar did most of the work on this, but I wrote the spec so can answer most of your questions about this functionality. Feel free to nudge me here if you have more questions
Below is an example of what I did inside our Gitlab Category. You can see in our header search bar that as soon as we type a search term(in this case pipeline) you can search the gitlab forum(clicking comments button), the gitlab docs(book), …
これを試してみて、質問があればここで喜んでお答えします
「いいね!」 2