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** I am indexing some postmeta fields for custom post types and have successfully used the various filters to select which keys to index. However, an ES field...

question
reporter feedback

### Description of the Change This PR adds the E2E tests for the terms feature. ### Credits Props @burhandodhy ### Checklist: - [x] I agree to follow this project's [**Code...

The server I'm using doesn't give me permission to _auto_create indices_, is there a way to set this manually? `2222497 (Post): [security_exception] action [indices:admin/auto_create] is unauthorized for user [xyz]`

question

### Description of the Change This PR adds new test cases for the WooCommerce feature. ### Credits Props @burhandodhy ### Checklist: - [x] I agree to follow this project's [**Code...

**Is your enhancement related to a problem? Please describe.** Currently, Instant Results is attached to any `input[name="s"]` elements on the page, and triggered whenever the form that contains this input...

enhancement
module:instant-results

### Description of the Change When the highlight tags get, presumably, converted into JSON, it results in a double set of double quotation marks, such as this `{"pre_tags":[""],` This PR...

### Description of the Change `allow_excerpt_html()` currently exits early when called within an AJAX or other integrated request. This replaces the simple is_admin() check with your more comprehensive (and filterable)...

**Is your enhancement related to a problem? Please describe.** Currently the output of Instant Results search results is not customizable beyond CSS. Ideally it would be possible for a developer...

enhancement
module:instant-results

**Is your enhancement related to a problem? Please describe.** There is some room for improvement on the Settings screen: - For EP.io clients, `Subscription ID` and `Subscription Username` will always...

enhancement
module:installation

**Is your enhancement related to a problem? Please describe.** Currently, features have a status and a color that are not super intuitive: not-filled vs. filled means active or not, colors...

enhancement
needs UX