Felipe Elia

Results 153 comments of Felipe Elia

Let's check indices in Elasticsearch directly, comparing with the indices list we would expect to see based on enabled features.

@oscarssanchez @JiveDig can you please check if #3010 fixed this problem? Thanks!

Hi @pedlima, ElasticPress out-of-the-box keeps products in sync in real time. Whenever a post is inserted, changed, or deleted there is code to sync that with Elasticsearch (see [here](https://github.com/10up/ElasticPress/blob/develop/includes/classes/Indexable/Post/SyncManager.php#L55).) That...

Hi @tw2113, thanks for the quick reply! The WP Translations.org link is broken, IDK if it's still up and running. What I mean here is that we should at least...

Sorry for the **very** late response here, @jtsternberg. I guess [this](https://make.wordpress.org/plugins/2016/03/01/please-do-not-submit-frameworks/) is the post @tw2113 was talking about, right? I still think we should use the advantage of CMB2 being...

FWIW, this page of our docs outlines the process of changing that via code: https://10up.github.io/ElasticPress/tutorial-theme-integration.html

FWIW, in #2181 (released in EP 3.6.0) this is possible via code using the `ep_autosuggest_default_selectors` filter.

As support to meta was recently introduced, I'm breaking up the range part into a new issue: #3118.

@MARQAS I've created a new sheet in our doc with a format I think will make things easier for us to understand. Can you please let me know when you...

Closed by the new UI implemented in EP 5.0