emilio
(emilio)
2018 年 10 月 3 日午前 2:25
1
We use discourse for support questions but many answers can be found in our support documents. (it is wordpress based). Was curious if anyone knew of a way or thoughts on making the Discourse search include results from an external site.
Another thought was to try to get links to related support doc articles to show up in a side bar of a post they are looking at or a search they just did. Similar to the “Your topic is similar to…” when creating a topic but with external site content
Anyway curios if anyone knows of any thing someone may have done like that.
Thanks
「いいね!」 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
Curious of level of effort that was to do. We are looking for around the same to hit our KnowledgeBase as part of the Search.
「いいね!」 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