swudev
Forum Replies Created
-
Forum: Plugins
In reply to: [Search by Algolia – Instant & Relevant results] Expanded Menu Not Displayingok, I’ll give that a try. I did have success (temporarily modifying the plugin code to not check is_reachable that was returning true on staging and false on production WPengine).
It was connecting and indexing. But I am getting search errors in the plugin log.
Index wp_searchable_posts does not exist
When I look in my Algolia dashboard I see wp_searchable_posts_tmp so it does look like wp_searchable_posts is not available in my indices.
Also what is searchable_posts vs posts in the plugin settings? Seems like searchable is a smaller subset of posts. Can I index just posts?
Thanks again for your assistance.
Forum: Plugins
In reply to: [Search by Algolia – Instant & Relevant results] Expanded Menu Not DisplayingWPengine has a staging/production for each site, I can clone production to staging and the plugin menu appears normally. So maybe it is an issue with it accessing the api over the network, although it does appear to confirm the api credentials. Can you send me a snippet that I could use to test that it is connected to the api maybe adding a verified status connected to api to this page. /wp-admin/admin.php?page=algolia-account-settings
Forum: Plugins
In reply to: [Search by Algolia – Instant & Relevant results] Expanded Menu Not DisplayingThis is on WPengine, another site with the same theme is working so it must be an issue with some of the customization on this particular site. I’ll research it further and report pack if I narrow down the issue.