Felipe Elia

Results 153 comments of Felipe Elia

The problem with `wp_cache_flush_runtime()` as it is right now is that for sites using Redis, for example, it will end up flushing *everything* that is in the cache, which may...

Hey @tillkruss, Thanks for the quick reply. I didn't notice that Redis Object Cache would overwrite the `wp_cache_flush_runtime()` implementation, so we should be good here. You made me curious about...

That all makes sense @tillkruss, thanks. If you are going to add the action, can you please add `@since 4.3.0` to its docblock?

~Although #2615 was already merged, we still need to, at least, adapt tests to better reflect the changes we made in the dashboard screen and roughly test Instant Results.~ I'm...

For those searching for these features, Boolean Search Operators are already available in [ElasticPressLabs](https://github.com/10up/ElasticPressLabs/).

Moving synonyms to be applied only during search time revealed a problem with how we use "alternatives". As per [Elasticsearch docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html): > Explicit mappings match any token sequence on the...

After some internal discussion, we will have some UX treatment on the screen to clarify to users how the feature works. Ideas so far are to rename "Primary Term" to...

Unfortunately, we are having the same problem. Any suggestions on how to fix it? Thanks

Chiming in again to second what @tylercherpak said and also to share a fix we came up with. Instead of simply calling `composer install` it seems that if we specify...

Let's create it in the Health Tools' Info Screen