VIP Go users who want to run search in any kind of custom way (including es-wp-query) are being switched over to the Enterprise Search solution there. See their recent lobby post on this.
I tried using the WP_Com adapter to see if it might work in the VIP Go environment, but it results in the following error:
[23-Feb-2022 15:31:13 UTC] PHP Fatal error: Uncaught Exception: Invalid Elasticsearch Adapter in /wp-content/plugins/es-admin/lib/class-es.php:49
Stack trace:
#0 /wp-content/plugins/es-admin/lib/trait-singleton.php(29): ES_Admin\ES->setup()
#1 /wp-content/plugins/es-admin/lib/class-results-list-table.php(366): ES_Admin\ES::instance()
#2 /wp-content/plugins/es-admin/lib/class-controller.php(36): ES_Admin\Results_List_Table->prepare_items()
#3 /wp-includes/class-wp-hook.php(307): ES_Admin\Controller->search_page('')
#4 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#5 /wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#6 /wp-admin/admin.php(259): do_action( in /wp-content/plugins/es-admin/lib/class-es.php on line 49
I'm assuming this means that the new Enterprise solution will need its own adapter. Are there already plans to make one? I haven't really investigated what it would take to make one and wanted to see if it's already coming.
VIP Go users who want to run search in any kind of custom way (including es-wp-query) are being switched over to the Enterprise Search solution there. See their recent lobby post on this.
I tried using the
WP_Comadapter to see if it might work in the VIP Go environment, but it results in the following error:I'm assuming this means that the new Enterprise solution will need its own adapter. Are there already plans to make one? I haven't really investigated what it would take to make one and wanted to see if it's already coming.