Oscar Sanchez S.
Oscar Sanchez S.
Hi @shmaltz , I couldn't reproduce. Do you have custom code added vía a filter like `ep_facet_search_widget` ?
> @oscarssanchez did you test this if the last sync threw some errors? The following snippet will likely throw errors related to the field limits, if you need: > >...
Additionally maybe also check as noted https://github.com/10up/ElasticPress/issues/2502#issuecomment-1010006872 if a query for taxonomy already exists. For example, in that issue it could be the case you have the query added from...
Hi @gbvaz , Just to be sure we are on the same page, this problem happens with this plugin https://wordpress.org/plugins/dokan-lite/ and when you try to add a new product using...
Right now the major issue that I find is https://github.com/10up/ElasticPress/blob/develop/includes/classes/Indexable/User/User.php#L834 We are defining capabilities as a field in the user mapping, but we are actually storing user roles. We might...
Hi @nickchomey , Based on the error you are getting, it seems that even though you have defined the mapping explicitly you'd still need to modify the value created by...
Coming on for next releases: https://github.com/10up/ElasticPress/pull/1362 @eflorea :)
https://github.com/10up/ElasticPress/pull/2914/commits/f66b88011ac471fd8fa013025024fc641626b443 looks good but am not sure if the two instances of ep_integrate removed from tests is all we need. Did we create the list of scenarios @MARQAS ?
Hi @laiconsulting , I have not tried this but perhaps something like wp elasticpress index --setup --url=yoursite would work to only index a particular one ? As for your original...
Thanks @laiconsulting , I will add the enhancement label to this. If you have a code solution for this in the meantime, please feel free to open a PR they...