Felipe Elia

Results 153 comments of Felipe Elia

As you probably saw in 10up/ElasticPress#3029, we have a feature in our [ElasticPress Labs](https://github.com/10up/ElasticPressLabs) plugin related to the WooCommerce Subscription plugin. If that does not help you, you'll have to...

I've now transferred the issue to the EP Labs repo. Any potential solution from our side will likely be part of the already existent feature of this specific plugin.

Did you download it from the latest release page? https://github.com/10up/ElasticPressLabs/releases/tag/2.3.0

@amanfredini76 delete all the files in the elasticpress-labs folder (or any other name you gave to it) and upload it again. Then, make sure you also uploaded a folder called...

Hi @edpittol, thank you very much for opening the issue (always good to see familiar faces around!) Would you mind opening a PR changing those wp_remote_get calls to Elasticsearch::remote_request? Thanks!

Hi @edpittol! We're currently planning the next release. Do you think you'd have the time to craft a PR for this issue? Thanks in advance!

@jzzaj, that likely happens because we set a couple of attributes to the $query object (see [here](https://github.com/10up/ElasticPress/blob/develop/includes/classes/Indexable/Post/QueryIntegration.php#L371)), namely `found_posts`, `num_posts`, `max_num_pages`, `suggested_terms` and `elasticsearch_success`. Unsetting those before generating the hash...

@jzzaj do you mind sharing your code?

Yeah, after digging a bit, we rely on the ES response to get aggregations instead of getting it from the WP_Query object itself. I'll close the ticket, but will keep...

Thanks for opening the issue @majiix. That comes from `AdminNotices::process_too_many_fields_notice()` and we'll work on a change to have it work better on EP 5.0 (since the meta field calculation can...