Felipe Elia
Felipe Elia
Thanks for the PR @furai!
@cristianorevil thanks for the Pull Request but before it can be reviewed, you will need to adjust the code standards to conform with WP's. Do you want to make that...
Hi @lfinsaas, Although it may seem like a pretty basic function, it is not. The query that fetches products matches only parent products and not variations. As the variation availability...
Thanks @cbratschi, this would be a good addition to the plugin. For reference, we would need another block similar to what we have [here](https://github.com/10up/ElasticPress/blob/develop/includes/classes/Indexable/User/User.php#L225). Would you be interested in crafting...
As that would mean a change in the mapping, it will probably be something for a 5.0 version (as changes in the mapping are breaking changes.) As WordPress 6.0 will...
We could store two fields for emails, one with the full email and another with its pieces (user, domain, etc.), so we could search through them separately. As that would...
Hi there! I'm happy to say this was happening to me on Linux Mint and using `3.0.1-rc.1` _almost_ fixed the problem completely. I can create a new site using PHP...
Hi @amanfredini76. ElasticPress will only run on that page if all these are match: 1. Protected Content is enabled 2. WooCommerce is enabled 3. HPOS is NOT enabled, i.e., you...
@amanfredini76 ElasticPress was never compatible with HPOS, EP only works with WooCommerce's legacy mode.
`shop_order_subtype` is not something that comes from WooCommerce @amanfredini76, so it is probably coming from a different plugin. That Elasticsearch query that you pasted indicates that something is running a...