Felipe Elia
Felipe Elia
Hey @cmcandrew, yes. The problem with this one is how we will want to "fix" it. We have a couple of options: 1. Make the opposite of how we have...
I _think_ it is reporting those errors when using the `--show-errors` flag now. @Rahmon as you were working with documents recently, can you confirm that?
Hi @altendorfme, the indices should not be created automatically but by a specific call. Is there any specific scenario where you are getting that? Do you have the indices already...
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...
This would be an interesting option @Zyles, thanks. In the meantime, the `ep_facet_widget_term_html` filter can be used to achieve a similar result: ``` add_filter( 'ep_facet_widget_term_html', function( $html, $term ) {...
Hey @DenisFlorin, Are you seeing that behavior while editing all terms? Or specific ones, like those with more posts associated? If that is happening just on terms with lots of...
Closing this in favor of #2933.
Let's add #2909 to these docs as well @JakePT :)
This will probably be easier to develop with Full Site Editing. We are planning to revisit this issue in a future release.