ElasticPress icon indicating copy to clipboard operation
ElasticPress copied to clipboard

A fast and flexible search and query engine for WordPress.

Results 293 ElasticPress issues
Sort by recently updated
recently updated
newest added

### Describe your question Hello, I am trying to index the Wordpress site with elasticpress and I used this function to connect the multiple Wordpress sites to the index and...

question

### Describe your question Hello folks, We have a requirement to integrate Elastic Search with our 15 Wordpress sites, and we're hoping some guidance on the best practices to achieve...

question

Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [express](https://github.com/expressjs/express) | `4.18.2` |...

dependencies
javascript

### Describe the bug After synchronisation in scheduled notes (but maybe not in scheduled notes too) with shortcode ([SHORTCODES ULIMATE - THE #1 SHORTCODES PLUGIN](https://ru.wordpress.org/plugins/shortcodes-ultimate/)) content and url may change....

bug

### Describe your question I have function: ``` function ep_get_related_posts($post_id = null, $related_post_count = 5) { if (class_exists('\ElasticPress\Features')) { $related_posts = \ElasticPress\Features::factory()->get_registered_feature('related_posts')->find_related($post_id, $related_post_count); if ($related_posts) { echo 'Похожие новости:'; echo...

question
reporter feedback
stale

Now, when you turn on this function, the search also shows unpublished materials, how can I fix this? I expected from this function that it would speed up the search...

question
reporter feedback
stale

I tried to add a search for carbonfields on the /wp-admin/admin.php?page=elasticpress-weighting page via “ADD FIELD” but it did not produce results. `Container::make('post_meta', __('Руководители', 'crb')) ->where('post_template', '=', 'management.php') ->where( 'current_user_role', 'IN',...

question
reporter feedback
stale

### Describe the bug when I activate the ElasticPress plugin It works correctly, however, it deactivates the function of another plugin called WooCommerce Single Variations from welaunch. Would it be...

3rd party

### Describe your question This GitHub issue will serve as a task to prepare Critical Flow (also known as Test Cases) for this repository/plugin. Please refer **[Guide for Creating Critical...

### Is your enhancement related to a problem? Please describe. We use our website as a blog with loads of different content types. Often our publishers struggel to get the...

enhancement