Felipe Elia
Forum Replies Created
-
Forum: Plugins
In reply to: [ElasticPress] Custom Search Result tab for ElasticPress in Yoast SEO pluginThe ElasticPress Custom Results post type is not intended to be displayed to end users, it is just the way the plugin controls how search results should be changed given a certain search term.
As?we don’t provide support here, please open an issue in our?GitHub repository if you need further clarification. If that is the case, please make sure you describe your use case on why you think that post type should be displayed to all users. Thanks!
Forum: Plugins
In reply to: [ElasticPress] Change colour of the remove buttonHi! Actually, that is not related to ElasticPress, but something your browser adds automatically. You can work around that by following something like this article.
Forum: Plugins
In reply to: [ElasticPress] filter widjetHi! Most probably those plugins will not use Elasticsearch aggregations, making things a bit slower. Depending on the size of your website, the difference would be negligible though, you’d need to test.
As?we don’t provide support here, feel free to ask any follow-up questions in our?GitHub repository. Thanks!
Forum: Plugins
In reply to: [ElasticPress] Mutliple ServersHi! To make all instances use the same index name, you’ll need to use the ‘ep_index_name’ filter (see here.)
As?we don’t provide support here, feel free to ask any follow-up questions in our?GitHub repository. Thanks!
Forum: Plugins
In reply to: [ElasticPress] How can I get aggregations result on WP_QueryHi! I’ve just replied to a very similar question in our GitHub repo here.
As we do not provide support here, please ask any follow up questions in that topic. Thanks!
Forum: Plugins
In reply to: [ElasticPress] Elasticpress: Multisite search is not workingHi! As stated in the linked article, you should use “site__in”, instead of “sites”.
As?we don’t provide support here, if you have any follow-up questions, please open an issue in our?GitHub repository. Thanks!
Forum: Plugins
In reply to: [ElasticPress] Index files in media libraryHi! Yes, ElasticPress indexes files in the Media Library through its “Documents” feature — it will require your Elasticsearch server to have the documents ingest plugin though.
As we don’t provide support here, feel free to ask any follow-up questions in our?GitHub repository. Thanks!
Forum: Plugins
In reply to: [ElasticPress] In PHP 8.2 On click of Update Synonyms displays fatal errorHi! We don’t provide support here, but it seems we already have an issue with that bug here. Do you mind adding a comment there saying what is the exact value you are setting as synonyms? Thanks.
Hi! Currently, Elasticsearch 7.10 is our latest fully tested version, but all tests so far indicate it is safe to use Elasticsearch with any 7.x release or even 8. You can dismiss that warning, but if you have any problems with that version let us know.
As we don’t provide support here, if that happens please open an issue in our?GitHub repository. Thanks!
Forum: Plugins
In reply to: [ElasticPress] Can’t see EP in admin panelWe don’t provide support here, can you please open an issue in our?GitHub repository? Thanks!
Forum: Plugins
In reply to: [ElasticPress] ElasticPress does not search for substringsAs?we don’t provide support here,?this was answered in https://github.com/10up/ElasticPress/issues/3796.
Forum: Plugins
In reply to: [ElasticPress] Unable to sync post using a standalone scriptHi!?If you have access to WP-CLI, it would probably be an easier solution (
wp elasticpress sync --include=<post_ID>
would be the command.)As?we don’t provide support here, if you have any follow-up questions, please open an issue in our?GitHub repository. Thanks
Forum: Plugins
In reply to: [ElasticPress] Indexing sync is not working properly for large number postsIt seems your database is not handling the number of posts being processed per batch. You can try to run the command with a lower number:
wp elasticpress sync --show-errors --per-page=100
Give that a try, it’ll probably solve the problem.
As?we don’t provide support here, if you have any follow-up questions, please open an issue in our?GitHub repository. Thanks
Forum: Plugins
In reply to: [ElasticPress] semantic ‘vector’ search with elasticsearchHi! Although it is not in our roadmap for the next few months, this is definitely something we have under our radar for next year. Thanks for asking!
As?we don’t provide support here, if you have any follow-up questions, please open an issue in our?GitHub repository. Thanks
Forum: Plugins
In reply to: [ElasticPress] Seeing very strange Errors in Elasticpress recentlyHi! That error indicates the request timed out after 5 seconds, so you’ll need to check with your Elasticsearch hosting provider for any downtime or general availability.
As?we don’t provide support here, if you have any follow-up questions, please open an issue in our?GitHub repository sharing your full status report. Thanks!