Felipe Elia

Results 153 comments of Felipe Elia

@goaround I think I was able to put together a snippet that disables one of those requests: ```php function is_rest_request_coming_from_editor( $should_kill ) { $referer = strtok( (string) wp_get_referer(), '?' );...

@iazema can you please share the code where you are using the ep_prepare_meta_allowed_keys filter to add that meta field to the allowed list? Thanks!

I'm a bit unclear on what the expected behavior is here. If the intent is to order by a field and ANY content has that field, isn't Elasticsearch supposed to...

@iazema I thought I left a comment here and it seems I didn't, sorry. We talked internally, and "fixing" it could lead to a lot of wrong results and masked...

That makes total sense, @yarovikov. Even better if we could add `ep_user_sync_kill` and something like `ep_skip_user_meta_sync`, based on the similar filter we have for posts [here](https://github.com/10up/ElasticPress/blob/7b2c8c7a5936627df11cdfcaa981b7230f7938e4/includes/classes/Indexable/Post/SyncManager.php#L202-L215). Do you want to...

It is a known issue; we still need to add support to it (see [here](https://github.com/10up/ElasticPressLabs/blob/04324a89163b69f006acf79e8c872005f99cfedc/includes/classes/Indexable/User/User.php#L371)). Pull Requests are welcome!

Hi @LenVan, thanks for opening the issue! Would you be able to open a PR with that change?

If you simply want to check if the plugin connected to ES at some point in the recent past, you can use `Elasticsearch::factory()->get_elasticsearch_version( false );`, as seen [here](https://github.com/10up/ElasticPress/blob/develop/includes/classes/AdminNotices.php#L559). To check...

@ZacharyRener can we use this on the highlighting fields inside Post Search?

Hi @gwhitehead. A couple of questions: 1. Did you try that in a setup that does not involve WPML? 2. Can you share the link to that A12340 product with...