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

### Description of the Change This change will add a hook to override the permission check when deleting/updating terms. This feature already exists in the Post SyncManager when [deleting](https://github.com/10up/ElasticPress/blob/develop/includes/classes/Indexable/Post/SyncManager.php#L168) and...

### Description of the Change Hi @tlovett1 , Could you please review this PR which addresses #1800? This changes the `is_user_logged_in()` check in favor of checking if the current user...

### Description of the Change With `'use-filter' => true` you have to use multiple aggregation. Otherwise, you get an 400 error. See: https://github.com/10up/ElasticPress/issues/834 ### Alternate Designs I would make sense...

### Description of the Change - While the autosuggest search string placeholder value can be changed via a [PHP hook](https://github.com/10up/ElasticPress/blob/develop/includes/classes/Feature/Autosuggest/Autosuggest.php#L408), it's not picked up by the autosuggest JS and therefore...

### Description of the Change Ajaxifing facet ### Alternate Designs ### Benefits Removing WP bootstrap process while applying facets ### Verification Process See the facet queries run like autosuggest and...

### Changelog Entry Avoid notices outlined in #1515.

### Describe your question At the moment the site dev index is used, how can it be changed ? https://minsknews.by/_search ### Code of Conduct - [X] I agree to follow...

question
reporter feedback

### Describe the bug When `ep_indexable_post_types` filter returns an empty array the `get_post_count_group` function throws error about not returning array. ### Steps to Reproduce 1. Use in your hooks this...

bug

### Description of the Change Fixes the bug with status report page throwing an error when indexable post types returns an empty array. Closes #3909 ### How to test the...

### Is your enhancement related to a problem? Please describe. I've a simple external page which just includes the wp-config file and disables all themes/most plugins to just run a...

enhancement