Vasken Hauri
Vasken Hauri
@gbvaz by default EP does not index non-published content. You can activate Protected Content to index non-public content, or manually filter in the "Pending" status if you'd prefer. This is...
@amesplant can you take a look at this and share the effort to add this feature in our next weekly EP meeting?
Got the same error and the same deactivation workaround worked for me.
@pedlima I just wanted to let you know that we're very proud of how @felipeelia represents 10up. In the future, I recommend you look to the documentation for ElasticPress, which...
Sample: ```json { "took": 61, "timed_out": false, "_shards": { "total": 5, "successful": 5, "skipped": 0, "failed": 0 }, "hits": { "total": { "value": 26, "relation": "eq" }, "max_score": 156.51617, "hits":...
@burhandodhy let's go with this for the summary text: "Recommend alternative search terms for misspelled queries or terms with no results"
@tricore-dev11 @tamara-m I've determined the problem is in line 51 of this plugin https://github.com/grossherr/elasticpress-autosuggest-endpoint/blob/master/elasticpress-autosuggest-endpoint.php#L51. `ep_get_index_name` is deprecated because as of Version 3.0 of EP, there are multiple Indexables (Posts and...