# מישהו משתמש ב-ElasticSearch לשילוב חיפוש עם WordPress או CMS אחר?

**URL:** https://meta.discourse.org/t/anyone-use-elasticsearch-to-integrate-search-with-wordpress-or-other-cms/200795
**Category:** Support
**Created:** [18 באוגוסט,‏ 2021,‏ 5:04am UTC](https://meta.discourse.org/t/anyone-use-elasticsearch-to-integrate-search-with-wordpress-or-other-cms/200795 "2021-08-18T05:04:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Seal](https://avatars.discourse-cdn.com/v4/letter/s/e5b9ba/32.png) [@Seal](https://meta.discourse.org/u/Seal)
#### Post date: [18 באוגוסט,‏ 2021,‏ 5:04am UTC](https://meta.discourse.org/t/anyone-use-elasticsearch-to-integrate-search-with-wordpress-or-other-cms/200795/1 "2021-08-18T05:04:37Z")

</div>

**Usecase** I want to combine full text search of Discourse and Wordpress to be used in both the WP search box and the Discourse search box. I’m open to any CMS actually, but figure Wordpress is most likely.

**Request** I am hoping there is someone here that uses [Elastic Search](https://www.elastic.co/downloads/) with Discourse combined with WordPress or some other CMS. I would love a tutorial. 😉😉

Here are a couple refs from my bro, thought-crime-ai google:

[https://github.com/m2nx/discourse-elasticsearch](https://github.com/m2nx/discourse-elasticsearch)  
2 years old, looks like it should still work. I’ll probably try it. I will still have to integrate WP Elastic Search.

[https://github.com/discourse/elasticsearch-aws](https://github.com/discourse/elasticsearch-aws)  
discourse maintained, elastic search image with aws plugin… what / how is this used by discourse? Maybe for larger hosted clients? Probably.

> **[Discourse and ElasticSearch](https://discuss.elastic.co/t/discourse-and-elasticsearch/149131)**
>
> I want to use ElasticSearch replacing Discourse builtin search. The platform that this forum is using. It needs to be a plugin, no core code modification. Is there anyone here who can do that or is it not possible? If anyone can do that, please...

_lol_ [Elastic.co](http://Elastic.co) themselves use Discourse… and there is no tutorial or whatever on how to use Elastic Search for Discourse.

> **[Configure Search Indexes - Magento 2 Elastic Search Ultimate Extension User...](https://mirasvit.com/docs/module-search-elastic-ultimate/current/module-search/current/indexes/index#wordpress)**
>
> Wordpress Blog Index can be created at System -\> Search Management -\> Search Indexes grid. Read more here about adding new index. | Configure Search Indexes Search Indexes are the most important part of your search subsystem. The purpose of storing...

Here is an Elastic Search extension / plugin for Magento2 which allows Elastic Search to index Wordpress as well. Looking at the manual (above) it appears that Magento2 just gets the database credentials for WP and indexes the wp\_posts table with the Magento2 data and the extension handles the routing.

—edit to add—

> <https://stackoverflow.com/questions/34522457/elasticsearch-for-indexing-multiple-databases>

Here is how to store multiple db’s in a single ES index.

---

<div class="post-metadata">

### Author: ![Nick\_Chomey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nick_chomey/32/215378_2.png) [@Nick\_Chomey](https://meta.discourse.org/u/Nick_Chomey)
#### Post date: [17 באוגוסט,‏ 2022,‏ 1:18am UTC](https://meta.discourse.org/t/anyone-use-elasticsearch-to-integrate-search-with-wordpress-or-other-cms/200795/2 "2022-08-17T01:18:47Z")

</div>

@Seal Did you ever make any progress on this?
