Felipe Elia
Felipe Elia
Thanks, @klingberg, that all looks good. I'll need you to do something else now. Do you mind installing our [debugging plugins](https://elasticpress.zendesk.com/hc/en-us/articles/16670678802189-Debugging), performing a search that returns the wrong results, opening...
Hi @klingberg, it will not, but you can go to ElasticPress -> Query Log, and enable it to log AJAX requests there. If you do that, run a search, and...
Hi @klingberg, Can you add the snippet below to your codebase ([more info here on how to do it](https://elasticpress.zendesk.com/hc/en-us/articles/13976684290445-Enhancing-ElasticPress-with-Custom-Functions)), run a full sync (checking that "Delete all data..." checkbox?), and...
Loading this via Ajax seems to be the best approach for now (believe it or not, the query is already optimized for what we need :( ) Adding this to...
Hi @callanerd, A couple of things there to help us understand your problem better: 1. When you say "I used an old elasticpress version", which version was that? 2. "your...
@callanerd, looking at the queries being executed in the Orders List page, there is no search passing through ElasticPress. Are you using WooCommerce [High-Performance Order Storage](https://woocommerce.com/document/high-performance-order-storage/)? Also, you may want...
Hi @callanerd! After some investigation, we noticed that ElasticPress will be used only if legacy mode is enabled. If you have HPOS even in compatibility mode, queries will not go...
Adding this back to the 5.0.0 milestone, as it is more complex than it seems. Actually, it seems if the plugin is network-activated, ALL our notices are only displayed in...
I made some exploration on this one and it seems it is not possible to use boosting and function_score in the same query. For anyone wanting to continue the discovery,...
Thanks for opening the issue @tomjn but I'm curious to know how this could be a problem. Looking at the `is_tax()` method, it would [return false if queried_object doesn't have...