10up / ElasticPress

A fast and flexible search and query engine for WordPress.
https://elasticpress.io
GNU General Public License v2.0
1.23k stars 312 forks source link

window.epInstantResults.openModal is not a function #3913

Closed andrewmorganmtc closed 2 months ago

andrewmorganmtc commented 2 months ago

Describe your question

We have been running the plugin successfully for months and have suddenly developed a fault with ElasticSearch being available.

We have a self hosted ElasticSearch server which seems to be working fine -

curl -XGET http://127.0.0.1:PORT/_cluster/health/{{ index }} resolves as we would expect

{"cluster_name":"elasticsearch","status":"green","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":1,"active_shards":1,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":100.0}

https://www.andrew.imv-imaging.mtcdevserver6.com/

We were invoking the openModal() function to trigger the modal from window.epInstantResults object. This is no longer working.

image

Can see multiple instances of this console error which seems to be at fault for the object never being made available -

TypeError: Cannot destructure property 'updateDefaults' of 't.args' as it is undefined.

Appreciate this is maybe beyond the scope of help as it is in a very custom set up but any pointers you could give would be really helpful as I have spent hours getting nowhere with a fix on this one. Have attached a status report. Do let me know if there is anything else I can do to help narrow down this issue... this is a staging version of the main site we have replicated the issue on so we do have scope to do more severe actions if required.

Failed Queries

https://www.andrew.imv-imaging.mtcdevserver6.com/en/wp-json/elasticpress/v1/sync/?include&indexables&post_type (2024-05-15 15:53:58)

error: cURL error 1: Received HTTP/0.9 when not allowed recommended_solution: It seems WordPress was not able to complete the request. Review the error message and your configuration. es_req: POST http://127.0.0.1:9300/andrewimvimagingmtcdevserver6com-post-1-fr/_search request_id: 9a2c0126aaef44cfbd72a57323d76294 query_time: 3.3400058746338 wp_args: array ( 'ep_integrate' => true, 'ep_search_template' => true, 'post_status' => array ( 0 => 'publish', 1 => 'acf-disabled', ), 'post_type' => array ( 0 => 'post', 1 => 'page', 2 => 'user-guide', 3 => 'product', 4 => 'team', 5 => 'learning-resource', 6 => 'support_posts', 7 => 'focal_point_podcast', 8 => 'journal_articles', 9 => 'faq', 10 => 'imv-careers', 11 => 'courses', ), 's' => '{{ep_placeholder}}', 'error' => '', 'm' => '', 'p' => 0, 'post_parent' => '', 'subpost' => '', 'subpost_id' => '', 'attachment' => '', 'attachment_id' => 0, 'name' => '', 'pagename' => '', 'page_id' => 0, 'second' => '', 'minute' => '', 'hour' => '', 'day' => 0, 'monthnum' => 0, 'year' => 0, 'w' => 0, 'category_name' => '', 'tag' => '', 'cat' => '', 'tag_id' => '', 'author' => '', 'author_name' => '', 'feed' => '', 'tb' => '', 'paged' => 0, 'meta_key' => '', 'meta_value' => '', 'preview' => '', 'sentence' => '', 'title' => '', 'fields' => '', 'menu_order' => '', 'embed' => '', 'categoryin' => array ( ), 'categorynot_in' => array ( ), 'categoryand' => array ( ), 'postin' => array ( ), 'postnot_in' => array ( ), 'post_namein' => array ( ), 'tagin' => array ( ), 'tagnot_in' => array ( ), 'tagand' => array ( ), 'tag_slug__in' => array ( ), 'tag_slugand' => array ( ), 'post_parentin' => array ( ), 'post_parent__not_in' => array ( ), 'authorin' => array ( ), 'author__not_in' => array ( ), 'search_columns' => array ( ), 'meta_query' => array ( ), 'cache_results' => false, 'tax_query' => array ( 0 => array ( 'taxonomy' => 'product_visibility', 'field' => 'term_taxonomy_id', 'terms' => array ( 0 => 8, ), 'operator' => 'NOT IN', ), ), 'suppress_filters' => false, 'ignore_sticky_posts' => false, 'update_post_term_cache' => true, 'update_menu_item_cache' => false, 'lazy_load_term_meta' => true, 'update_post_meta_cache' => true, 'posts_per_page' => 10, 'nopaging' => false, 'comments_per_page' => '20', 'no_found_rows' => false, 'search_terms_count' => 1, 'search_terms' => array ( 0 => '{{ep_placeholder}}', ), 'search_orderby_title' => array ( 0 => 'mtc_posts.post_title LIKE \'%{{ep\\_placeholder}}%\'', ), 'order' => 'DESC', ) status_code: body: {"from":0,"size":10,"post_filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}},{"term":{"post_lang":"fr"}}]}},"query":{"bool":{"should":[{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"post"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^81","post_content^1","terms.ep_custom_result.name^9999"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^81","post_content^1","terms.ep_custom_result.name^9999"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"page"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^1","post_excerpt^1","post_content^1","post_author.display_name^1","terms.ep_custom_result.name^9999"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^1","post_excerpt^1","post_content^1","post_author.display_name^1","terms.ep_custom_result.name^9999"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"user-guide"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^100","terms.ep_custom_result.name^9999","terms.product_cat.name^1","terms.species.name^1"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^100","terms.ep_custom_result.name^9999","terms.product_cat.name^1","terms.species.name^1"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"product"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"team"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^91","terms.ep_custom_result.name^9999","terms.modality_lr.name^55","terms.format_lr.name^55","terms.clinical_application_lr.name^55"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^91","terms.ep_custom_result.name^9999","terms.modality_lr.name^55","terms.format_lr.name^55","terms.clinical_application_lr.name^55"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"learning-resource"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"support_posts"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^70","post_content^1","terms.ep_custom_result.name^9999","terms.modality_lr.name^53"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^70","post_content^1","terms.ep_custom_result.name^9999","terms.modality_lr.name^53"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"focal_point_podcast"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^60","post_content^1","terms.ep_custom_result.name^9999","terms.modality_lr.name^53","terms.clinical_application_lr.name^53"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^60","post_content^1","terms.ep_custom_result.name^9999","terms.modality_lr.name^53","terms.clinical_application_lr.name^53"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"journal_articles"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^1","post_content^1","terms.ep_custom_result.name^9999"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"faq"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^1","post_excerpt^1","post_author.display_name^1","terms.ep_custom_result.name^9999"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^1","post_excerpt^1","post_author.display_name^1","terms.ep_custom_result.name^9999"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"imv-careers"}}]}},{"bool":{"must":[{"bool":{"should":[{"multi_match":{"query":"{{ep_placeholder}}","type":"phrase","fields":["post_title^1","post_excerpt^1","post_content^1","post_author.display_name^1","terms.ep_custom_result.name^9999","terms.species.name","terms.modality_lr.name","terms.format_lr.name","terms.clinical_application_lr.name","terms.role.name"],"boost":3}},{"multi_match":{"query":"{{ep_placeholder}}","fields":["post_title^1","post_excerpt^1","post_content^1","post_author.display_name^1","terms.ep_custom_result.name^9999","terms.species.name","terms.modality_lr.name","terms.format_lr.name","terms.clinical_application_lr.name","terms.role.name"],"type":"phrase","slop":5}}]}}],"filter":[{"match":{"post_type.raw":"courses"}}]}}]}},"sort":[{"_score":{"order":"desc"}}],"aggs":{"post_type":{"aggs":{"post_type":{"terms":{"field":"post_type.raw"}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-category":{"aggs":{"tax-category":{"terms":{"field":"terms.category.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-post_tag":{"aggs":{"tax-post_tag":{"terms":{"field":"terms.post_tag.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-post_format":{"aggs":{"tax-post_format":{"terms":{"field":"terms.post_format.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-user-guide-category":{"aggs":{"tax-user-guide-category":{"terms":{"field":"terms.user-guide-category.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-product_cat":{"aggs":{"tax-product_cat":{"terms":{"field":"terms.product_cat.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-product_tag":{"aggs":{"tax-product_tag":{"terms":{"field":"terms.product_tag.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-product_shipping_class":{"aggs":{"tax-product_shipping_class":{"terms":{"field":"terms.product_shipping_class.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-species":{"aggs":{"tax-species":{"terms":{"field":"terms.species.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-product":{"aggs":{"tax-product":{"terms":{"field":"terms.product.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-modality_lr":{"aggs":{"tax-modality_lr":{"terms":{"field":"terms.modality_lr.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-format_lr":{"aggs":{"tax-format_lr":{"terms":{"field":"terms.format_lr.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-clinical_application_lr":{"aggs":{"tax-clinical_application_lr":{"terms":{"field":"terms.clinical_application_lr.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-product_specification_labels":{"aggs":{"tax-product_specification_labels":{"terms":{"field":"terms.product_specification_labels.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-role":{"aggs":{"tax-role":{"terms":{"field":"terms.role.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_cart":{"aggs":{"tax-pa_cart":{"terms":{"field":"terms.pa_cart.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_cr":{"aggs":{"tax-pa_cr":{"terms":{"field":"terms.pa_cr.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_cwd":{"aggs":{"tax-pa_cwd":{"terms":{"field":"terms.pa_cwd.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_dicom":{"aggs":{"tax-pa_dicom":{"terms":{"field":"terms.pa_dicom.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_doppler":{"aggs":{"tax-pa_doppler":{"terms":{"field":"terms.pa_doppler.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_dr":{"aggs":{"tax-pa_dr":{"terms":{"field":"terms.pa_dr.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_ecg":{"aggs":{"tax-pa_ecg":{"terms":{"field":"terms.pa_ecg.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_elastography":{"aggs":{"tax-pa_elastography":{"terms":{"field":"terms.pa_elastography.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"tax-pa_portable":{"aggs":{"tax-pa_portable":{"terms":{"field":"terms.pa_portable.facet","size":10000}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}},"price_range":{"aggs":{"max_price":{"max":{"field":"meta._price.double"}},"min_price":{"min":{"field":"meta._price.double"}}},"filter":{"bool":{"must":[{"bool":{"must_not":[{"terms":{"terms.product_visibility.term_taxonomy_id":[8]}}]}},{"terms":{"post_type.raw":["post","page","user-guide","product","team","learning-resource","support_posts","focal_point_podcast","journal_articles","faq","imv-careers","courses"]}},{"terms":{"post_status":["publish","acf-disabled"]}},{"bool":{"must_not":[{"terms":{"meta.ep_exclude_from_search.raw":["1"]}}]}}]}}}}} result: array ( 'is_wp_error' => true, 'code' => 'http_request_failed', 'message' => 'cURL error 1: Received HTTP/0.9 when not allowed', 'data' => NULL, )

https://www.andrew.imv-imaging.mtcdevserver6.com/en/wp-json/elasticpress/v1/sync/?include&indexables&post_type (2024-05-15 15:53:58)

error: cURL error 1: Received HTTP/0.9 when not allowed recommended_solution: It seems WordPress was not able to complete the request. Review the error message and your configuration. es_req: PUT http://127.0.0.1:9300/andrewimvimagingmtcdevserver6com-post-1-fr request_id: 7b5eca165a594f8781b14cbf4f6f79c3 query_time: 2.4809837341309 wp_args: array ( ) status_code: body: {"settings":{"index.number_of_shards":1,"index.number_of_replicas":0,"index.mapping.total_fields.limit":10000,"index.mapping.ignore_malformed":true,"index.max_result_window":1000000,"index.max_shingle_diff":8,"analysis":{"analyzer":{"default":{"tokenizer":"standard","filter":["lowercase","ep_stop","ewp_snowball","stemmer_fr"],"char_filter":["html_strip"],"language":"french"},"default_search":{"tokenizer":"standard","filter":["lowercase","ep_synonyms_filter","ep_stop","ewp_snowball"],"char_filter":["html_strip"],"language":"english"},"shingle_analyzer":{"type":"custom","tokenizer":"standard","filter":["lowercase","shingle_filter"]},"ewp_lowercase":{"type":"custom","tokenizer":"keyword","filter":["lowercase"]},"post_lang_field":{"type":"custom","tokenizer":"post_lang_tokenizer","filter":[]}},"filter":{"shingle_filter":{"type":"shingle","min_shingle_size":2,"max_shingle_size":5},"ewp_snowball":{"type":"snowball","language":"French"},"edge_ngram":{"side":"front","max_gram":10,"min_gram":3,"type":"edge_ngram"},"ep_stop":{"type":"stop","ignore_case":true,"stopwords":"french"},"stemmer_fr":{"type":"stemmer","language":"french"},"ep_synonyms_filter":{"type":"synonym_graph","lenient":true,"synonyms":["runner, running shoe, sneaker, tennis shoe, trainer","blue => blue, aqua, azure, cerulean, cyan, ultramarine","supposably => supposedly","flustrated => flustered, frustrated","intensive purposes => intents and purposes"]}},"normalizer":{"lowerasciinormalizer":{"type":"custom","filter":["lowercase","asciifolding"]}},"tokenizer":{"post_lang_tokenizer":{"type":"pattern","pattern":","}}}},"mappings":{"_meta":{"mapping_version":"7-0.php"},"date_detection":false,"dynamic_templates":[{"template_meta":{"path_match":"post_meta.","mapping":{"type":"text","fields":{"{name}":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}}}},{"template_meta_types":{"path_match":"meta.","mapping":{"type":"object","properties":{"value":{"type":"text","fields":{"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"},"raw":{"type":"keyword","ignore_above":10922}}},"raw":{"type":"keyword","ignore_above":10922},"long":{"type":"long"},"double":{"type":"double"},"boolean":{"type":"boolean"},"date":{"type":"date","format":"yyyy-MM-dd"},"datetime":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"time":{"type":"date","format":"HH:mm:ss"}}}}},{"template_terms":{"path_match":"terms.","mapping":{"type":"object","properties":{"name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"term_id":{"type":"long"},"term_taxonomy_id":{"type":"long"},"parent":{"type":"long"},"slug":{"type":"keyword"},"facet":{"type":"keyword"},"term_order":{"type":"long"}}}}},{"term_suggest":{"path_match":"termsuggest","mapping":{"type":"completion","analyzer":"default"}}}],"properties":{"post_id":{"type":"long"},"ID":{"type":"long"},"post_author":{"type":"object","properties":{"display_name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"login":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"id":{"type":"long"},"raw":{"type":"keyword"}}},"post_date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_date_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_title":{"type":"text","fields":{"post_title":{"type":"text","analyzer":"standard"},"raw":{"type":"keyword","ignore_above":10922},"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"}}},"post_excerpt":{"type":"text"},"post_password":{"type":"text"},"post_content":{"type":"text"},"post_content_filtered":{"type":"text"},"post_status":{"type":"keyword"},"post_name":{"type":"text","fields":{"post_name":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}},"post_modified":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_modified_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_parent":{"type":"long"},"post_type":{"type":"text","fields":{"post_type":{"type":"text"},"raw":{"type":"keyword"}}},"post_mime_type":{"type":"keyword"},"permalink":{"type":"keyword"},"guid":{"type":"keyword"},"terms":{"type":"object"},"post_meta":{"type":"object"},"meta":{"type":"object"},"date_terms":{"type":"object","properties":{"year":{"type":"integer"},"month":{"type":"integer"},"m":{"type":"integer"},"week":{"type":"integer"},"day":{"type":"integer"},"dayofweek":{"type":"integer"},"dayofweek_iso":{"type":"integer"},"dayofyear":{"type":"integer"},"hour":{"type":"integer"},"minute":{"type":"integer"},"second":{"type":"integer"}}},"thumbnail":{"type":"object","properties":{"ID":{"type":"long"},"src":{"type":"text"},"width":{"type":"integer"},"height":{"type":"integer"},"alt":{"type":"text"}}},"post_content_plain":{"type":"text"},"price_html":{"type":"text"},"post_lang":{"type":"text","analyzer":"post_lang_field"},"post_unique_lang":{"type":"text","analyzer":"post_lang_field"}}}} result: array ( 'is_wp_error' => true, 'code' => 'http_request_failed', 'message' => 'cURL error 1: Received HTTP/0.9 when not allowed', 'data' => NULL, )

https://www.andrew.imv-imaging.mtcdevserver6.com/en/wp-json/elasticpress/v1/sync/?include&indexables&post_type (2024-05-15 15:53:58)

error: cURL error 1: Received HTTP/0.9 when not allowed recommended_solution: It seems WordPress was not able to complete the request. Review the error message and your configuration. es_req: PUT http://127.0.0.1:9300/andrewimvimagingmtcdevserver6com-post-1-us request_id: 43c31cf68c374dceb6fa5b96bebbd004 query_time: 2.2749900817871 wp_args: array ( ) status_code: body: {"settings":{"index.number_of_shards":1,"index.number_of_replicas":0,"index.mapping.total_fields.limit":10000,"index.mapping.ignore_malformed":true,"index.max_result_window":1000000,"index.max_shingle_diff":8,"analysis":{"analyzer":{"default":{"tokenizer":"standard","filter":["lowercase","ep_stop","ewp_snowball","stemmer_us"],"char_filter":["html_strip"],"language":"english"},"default_search":{"tokenizer":"standard","filter":["lowercase","ep_synonyms_filter","ep_stop","ewp_snowball"],"char_filter":["html_strip"],"language":"english"},"shingle_analyzer":{"type":"custom","tokenizer":"standard","filter":["lowercase","shingle_filter"]},"ewp_lowercase":{"type":"custom","tokenizer":"keyword","filter":["lowercase"]},"post_lang_field":{"type":"custom","tokenizer":"post_lang_tokenizer","filter":[]}},"filter":{"shingle_filter":{"type":"shingle","min_shingle_size":2,"max_shingle_size":5},"ewp_snowball":{"type":"snowball","language":"English"},"edge_ngram":{"side":"front","max_gram":10,"min_gram":3,"type":"edge_ngram"},"ep_stop":{"type":"stop","ignore_case":true,"stopwords":"english"},"stemmer_us":{"type":"stemmer","language":"english"},"ep_synonyms_filter":{"type":"synonym_graph","lenient":true,"synonyms":["runner, running shoe, sneaker, tennis shoe, trainer","blue => blue, aqua, azure, cerulean, cyan, ultramarine","supposably => supposedly","flustrated => flustered, frustrated","intensive purposes => intents and purposes"]}},"normalizer":{"lowerasciinormalizer":{"type":"custom","filter":["lowercase","asciifolding"]}},"tokenizer":{"post_lang_tokenizer":{"type":"pattern","pattern":","}}}},"mappings":{"_meta":{"mapping_version":"7-0.php"},"date_detection":false,"dynamic_templates":[{"template_meta":{"path_match":"post_meta.","mapping":{"type":"text","fields":{"{name}":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}}}},{"template_meta_types":{"path_match":"meta.","mapping":{"type":"object","properties":{"value":{"type":"text","fields":{"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"},"raw":{"type":"keyword","ignore_above":10922}}},"raw":{"type":"keyword","ignore_above":10922},"long":{"type":"long"},"double":{"type":"double"},"boolean":{"type":"boolean"},"date":{"type":"date","format":"yyyy-MM-dd"},"datetime":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"time":{"type":"date","format":"HH:mm:ss"}}}}},{"template_terms":{"path_match":"terms.","mapping":{"type":"object","properties":{"name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"term_id":{"type":"long"},"term_taxonomy_id":{"type":"long"},"parent":{"type":"long"},"slug":{"type":"keyword"},"facet":{"type":"keyword"},"term_order":{"type":"long"}}}}},{"term_suggest":{"path_match":"termsuggest","mapping":{"type":"completion","analyzer":"default"}}}],"properties":{"post_id":{"type":"long"},"ID":{"type":"long"},"post_author":{"type":"object","properties":{"display_name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"login":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"id":{"type":"long"},"raw":{"type":"keyword"}}},"post_date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_date_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_title":{"type":"text","fields":{"post_title":{"type":"text","analyzer":"standard"},"raw":{"type":"keyword","ignore_above":10922},"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"}}},"post_excerpt":{"type":"text"},"post_password":{"type":"text"},"post_content":{"type":"text"},"post_content_filtered":{"type":"text"},"post_status":{"type":"keyword"},"post_name":{"type":"text","fields":{"post_name":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}},"post_modified":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_modified_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_parent":{"type":"long"},"post_type":{"type":"text","fields":{"post_type":{"type":"text"},"raw":{"type":"keyword"}}},"post_mime_type":{"type":"keyword"},"permalink":{"type":"keyword"},"guid":{"type":"keyword"},"terms":{"type":"object"},"post_meta":{"type":"object"},"meta":{"type":"object"},"date_terms":{"type":"object","properties":{"year":{"type":"integer"},"month":{"type":"integer"},"m":{"type":"integer"},"week":{"type":"integer"},"day":{"type":"integer"},"dayofweek":{"type":"integer"},"dayofweek_iso":{"type":"integer"},"dayofyear":{"type":"integer"},"hour":{"type":"integer"},"minute":{"type":"integer"},"second":{"type":"integer"}}},"thumbnail":{"type":"object","properties":{"ID":{"type":"long"},"src":{"type":"text"},"width":{"type":"integer"},"height":{"type":"integer"},"alt":{"type":"text"}}},"post_content_plain":{"type":"text"},"price_html":{"type":"text"},"post_lang":{"type":"text","analyzer":"post_lang_field"},"post_unique_lang":{"type":"text","analyzer":"post_lang_field"}}}} result: array ( 'is_wp_error' => true, 'code' => 'http_request_failed', 'message' => 'cURL error 1: Received HTTP/0.9 when not allowed', 'data' => NULL, )

https://www.andrew.imv-imaging.mtcdevserver6.com/en/wp-json/elasticpress/v1/sync/?include&indexables&post_type (2024-05-15 15:53:58)

error: cURL error 1: Received HTTP/0.9 when not allowed recommended_solution: It seems WordPress was not able to complete the request. Review the error message and your configuration. es_req: PUT http://127.0.0.1:9300/andrewimvimagingmtcdevserver6com-post-1-world request_id: 74dd5e28faeb4e1dbe0c11166dff99c0 query_time: 2.410888671875 wp_args: array ( ) status_code: body: {"settings":{"index.number_of_shards":1,"index.number_of_replicas":0,"index.mapping.total_fields.limit":10000,"index.mapping.ignore_malformed":true,"index.max_result_window":1000000,"index.max_shingle_diff":8,"analysis":{"analyzer":{"default":{"tokenizer":"standard","filter":["lowercase","ep_stop","ewp_snowball","stemmer_world"],"char_filter":["html_strip"],"language":"english"},"default_search":{"tokenizer":"standard","filter":["lowercase","ep_synonyms_filter","ep_stop","ewp_snowball"],"char_filter":["html_strip"],"language":"english"},"shingle_analyzer":{"type":"custom","tokenizer":"standard","filter":["lowercase","shingle_filter"]},"ewp_lowercase":{"type":"custom","tokenizer":"keyword","filter":["lowercase"]},"post_lang_field":{"type":"custom","tokenizer":"post_lang_tokenizer","filter":[]}},"filter":{"shingle_filter":{"type":"shingle","min_shingle_size":2,"max_shingle_size":5},"ewp_snowball":{"type":"snowball","language":"English"},"edge_ngram":{"side":"front","max_gram":10,"min_gram":3,"type":"edge_ngram"},"ep_stop":{"type":"stop","ignore_case":true,"stopwords":"english"},"stemmer_world":{"type":"stemmer","language":"english"},"ep_synonyms_filter":{"type":"synonym_graph","lenient":true,"synonyms":["runner, running shoe, sneaker, tennis shoe, trainer","blue => blue, aqua, azure, cerulean, cyan, ultramarine","supposably => supposedly","flustrated => flustered, frustrated","intensive purposes => intents and purposes"]}},"normalizer":{"lowerasciinormalizer":{"type":"custom","filter":["lowercase","asciifolding"]}},"tokenizer":{"post_lang_tokenizer":{"type":"pattern","pattern":","}}}},"mappings":{"_meta":{"mapping_version":"7-0.php"},"date_detection":false,"dynamic_templates":[{"template_meta":{"path_match":"post_meta.","mapping":{"type":"text","fields":{"{name}":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}}}},{"template_meta_types":{"path_match":"meta.","mapping":{"type":"object","properties":{"value":{"type":"text","fields":{"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"},"raw":{"type":"keyword","ignore_above":10922}}},"raw":{"type":"keyword","ignore_above":10922},"long":{"type":"long"},"double":{"type":"double"},"boolean":{"type":"boolean"},"date":{"type":"date","format":"yyyy-MM-dd"},"datetime":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"time":{"type":"date","format":"HH:mm:ss"}}}}},{"template_terms":{"path_match":"terms.","mapping":{"type":"object","properties":{"name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"term_id":{"type":"long"},"term_taxonomy_id":{"type":"long"},"parent":{"type":"long"},"slug":{"type":"keyword"},"facet":{"type":"keyword"},"term_order":{"type":"long"}}}}},{"term_suggest":{"path_match":"termsuggest","mapping":{"type":"completion","analyzer":"default"}}}],"properties":{"post_id":{"type":"long"},"ID":{"type":"long"},"post_author":{"type":"object","properties":{"display_name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"login":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"id":{"type":"long"},"raw":{"type":"keyword"}}},"post_date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_date_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_title":{"type":"text","fields":{"post_title":{"type":"text","analyzer":"standard"},"raw":{"type":"keyword","ignore_above":10922},"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"}}},"post_excerpt":{"type":"text"},"post_password":{"type":"text"},"post_content":{"type":"text"},"post_content_filtered":{"type":"text"},"post_status":{"type":"keyword"},"post_name":{"type":"text","fields":{"post_name":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}},"post_modified":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_modified_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_parent":{"type":"long"},"post_type":{"type":"text","fields":{"post_type":{"type":"text"},"raw":{"type":"keyword"}}},"post_mime_type":{"type":"keyword"},"permalink":{"type":"keyword"},"guid":{"type":"keyword"},"terms":{"type":"object"},"post_meta":{"type":"object"},"meta":{"type":"object"},"date_terms":{"type":"object","properties":{"year":{"type":"integer"},"month":{"type":"integer"},"m":{"type":"integer"},"week":{"type":"integer"},"day":{"type":"integer"},"dayofweek":{"type":"integer"},"dayofweek_iso":{"type":"integer"},"dayofyear":{"type":"integer"},"hour":{"type":"integer"},"minute":{"type":"integer"},"second":{"type":"integer"}}},"thumbnail":{"type":"object","properties":{"ID":{"type":"long"},"src":{"type":"text"},"width":{"type":"integer"},"height":{"type":"integer"},"alt":{"type":"text"}}},"post_content_plain":{"type":"text"},"price_html":{"type":"text"},"post_lang":{"type":"text","analyzer":"post_lang_field"},"post_unique_lang":{"type":"text","analyzer":"post_lang_field"}}}} result: array ( 'is_wp_error' => true, 'code' => 'http_request_failed', 'message' => 'cURL error 1: Received HTTP/0.9 when not allowed', 'data' => NULL, )

https://www.andrew.imv-imaging.mtcdevserver6.com/en/wp-json/elasticpress/v1/sync/?include&indexables&post_type (2024-05-15 15:53:58)

error: cURL error 1: Received HTTP/0.9 when not allowed recommended_solution: It seems WordPress was not able to complete the request. Review the error message and your configuration. es_req: PUT http://127.0.0.1:9300/andrewimvimagingmtcdevserver6com-post-1 request_id: e3e02299c5b645e5a5c4b1c78eabeb1a query_time: 2.9010772705078 wp_args: array ( ) status_code: body: {"settings":{"index.number_of_shards":1,"index.number_of_replicas":0,"index.mapping.total_fields.limit":10000,"index.mapping.ignore_malformed":true,"index.max_result_window":1000000,"index.max_shingle_diff":8,"analysis":{"analyzer":{"default":{"tokenizer":"standard","filter":["lowercase","ep_stop","ewp_snowball"],"char_filter":["html_strip"],"language":"english"},"default_search":{"tokenizer":"standard","filter":["lowercase","ep_synonyms_filter","ep_stop","ewp_snowball"],"char_filter":["html_strip"],"language":"english"},"shingle_analyzer":{"type":"custom","tokenizer":"standard","filter":["lowercase","shingle_filter"]},"ewp_lowercase":{"type":"custom","tokenizer":"keyword","filter":["lowercase"]},"post_lang_field":{"type":"custom","tokenizer":"post_lang_tokenizer","filter":[]}},"filter":{"shingle_filter":{"type":"shingle","min_shingle_size":2,"max_shingle_size":5},"ewp_snowball":{"type":"snowball","language":"English"},"edge_ngram":{"side":"front","max_gram":10,"min_gram":3,"type":"edge_ngram"},"ep_stop":{"type":"stop","ignore_case":true,"stopwords":"english"},"ep_synonyms_filter":{"type":"synonym_graph","lenient":true,"synonyms":["runner, running shoe, sneaker, tennis shoe, trainer","blue => blue, aqua, azure, cerulean, cyan, ultramarine","supposably => supposedly","flustrated => flustered, frustrated","intensive purposes => intents and purposes"]}},"normalizer":{"lowerasciinormalizer":{"type":"custom","filter":["lowercase","asciifolding"]}},"tokenizer":{"post_lang_tokenizer":{"type":"pattern","pattern":","}}}},"mappings":{"_meta":{"mapping_version":"7-0.php"},"date_detection":false,"dynamic_templates":[{"template_meta":{"path_match":"post_meta.","mapping":{"type":"text","fields":{"{name}":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}}}},{"template_meta_types":{"path_match":"meta.","mapping":{"type":"object","properties":{"value":{"type":"text","fields":{"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"},"raw":{"type":"keyword","ignore_above":10922}}},"raw":{"type":"keyword","ignore_above":10922},"long":{"type":"long"},"double":{"type":"double"},"boolean":{"type":"boolean"},"date":{"type":"date","format":"yyyy-MM-dd"},"datetime":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"time":{"type":"date","format":"HH:mm:ss"}}}}},{"template_terms":{"path_match":"terms.","mapping":{"type":"object","properties":{"name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"term_id":{"type":"long"},"term_taxonomy_id":{"type":"long"},"parent":{"type":"long"},"slug":{"type":"keyword"},"facet":{"type":"keyword"},"term_order":{"type":"long"}}}}},{"term_suggest":{"path_match":"termsuggest","mapping":{"type":"completion","analyzer":"default"}}}],"properties":{"post_id":{"type":"long"},"ID":{"type":"long"},"post_author":{"type":"object","properties":{"display_name":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"login":{"type":"text","fields":{"raw":{"type":"keyword"},"sortable":{"type":"keyword","normalizer":"lowerasciinormalizer"}}},"id":{"type":"long"},"raw":{"type":"keyword"}}},"post_date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_date_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_title":{"type":"text","fields":{"post_title":{"type":"text","analyzer":"standard"},"raw":{"type":"keyword","ignore_above":10922},"sortable":{"type":"keyword","ignore_above":10922,"normalizer":"lowerasciinormalizer"}}},"post_excerpt":{"type":"text"},"post_password":{"type":"text"},"post_content":{"type":"text"},"post_content_filtered":{"type":"text"},"post_status":{"type":"keyword"},"post_name":{"type":"text","fields":{"post_name":{"type":"text"},"raw":{"type":"keyword","ignore_above":10922}}},"post_modified":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_modified_gmt":{"type":"date","format":"yyyy-MM-dd HH:mm:ss"},"post_parent":{"type":"long"},"post_type":{"type":"text","fields":{"post_type":{"type":"text"},"raw":{"type":"keyword"}}},"post_mime_type":{"type":"keyword"},"permalink":{"type":"keyword"},"guid":{"type":"keyword"},"terms":{"type":"object"},"post_meta":{"type":"object"},"meta":{"type":"object"},"date_terms":{"type":"object","properties":{"year":{"type":"integer"},"month":{"type":"integer"},"m":{"type":"integer"},"week":{"type":"integer"},"day":{"type":"integer"},"dayofweek":{"type":"integer"},"dayofweek_iso":{"type":"integer"},"dayofyear":{"type":"integer"},"hour":{"type":"integer"},"minute":{"type":"integer"},"second":{"type":"integer"}}},"thumbnail":{"type":"object","properties":{"ID":{"type":"long"},"src":{"type":"text"},"width":{"type":"integer"},"height":{"type":"integer"},"alt":{"type":"text"}}},"post_content_plain":{"type":"text"},"price_html":{"type":"text"},"post_lang":{"type":"text","analyzer":"post_lang_field"},"post_unique_lang":{"type":"text","analyzer":"post_lang_field"}}}} result: array ( 'is_wp_error' => true, 'code' => 'http_request_failed', 'message' => 'cURL error 1: Received HTTP/0.9 when not allowed', 'data' => NULL, )

WordPress

WordPress Environment

wp_version: 6.5.3 home_url: https://www.andrew.imv-imaging.mtcdevserver6.com/en/ site_url: https://www.andrew.imv-imaging.mtcdevserver6.com is_multisite: false theme: Shop child theme (0.0.2) parent_theme: Chop (0.0.3) plugins: ACF Content Analysis for Yoast SEO (3.1), Advanced Custom Fields: Image Aspect Ratio Crop (6.0.3), Advanced Custom Fields Multilingual (2.1.2), Advanced Custom Fields PRO (6.2.9), Akismet Anti-spam: Spam Protection (5.3.2), Breadcrumb NavXT (7.3.0), Category Order and Taxonomy Terms Order (1.8.1), Complianz | GDPR/CCPA Cookie Consent (7.0.5), Custom Post Type UI (1.16.0), Defender Pro (4.7.1), ElasticPress (5.1.0), ElasticPress Proxy (1.0.0), GTM4WP - A Google Tag Manager (GTM) plugin for WordPress (1.20.2), GTM Server Side (2.1.14), HubSpot All-In-One Marketing - Forms, Popups, Live Chat (11.1.6), If Menu - Visibility control for menus (0.18.0), mtc. Automatic updating (0.0.3), mtc. Block Acf Slider Plugin (0.0.1), mtc. Cta Block (0.0.1), mtc. Email Notifications (0.0.1), mtc. Export (0.0.1), mtc. HubSpot blog import (0.0.1), mtc. Login and Registration (0.0.3), mtc. Newsletter Block (0.0.1), mtc. Post Filter Plugin (0.0.2), mtc. Save DOM to PDF (0.0.1), mtc. Social Block (0.0.1), mtc. User Guide (0.0.1), mtc. Woo (0.0.1), mtc. Woo Featured Products (0.0.2), mtc. Woo Filter (0.0.3), mtc. WPML Language Selector (0.0.1), Post Type Switcher (3.3.1), Preview E-mails for WooCommerce (2.2.9), Redirection (5.4.2), Simple Custom Post Order (2.5.7), Simple History (4.15.1), Smush Pro (3.16.2), Toolset Types (3.5.2), User Role Editor (4.64.2), User Switching (1.7.3), WooCommerce (8.9.0), WooCommerce Multilingual & Multicurrency (5.3.6), WooCommerce Stripe Gateway (8.2.0), WordPress Importer (0.8.2), WP Crontrol (1.16.3), WPML CMS Nav (1.5.5), WPML ElasticPress (2.0.3), WPML Media Translation (2.7.4), WPML Multilingual CMS (4.6.10), WPML SEO (2.1.0), WPML String Translation (3.2.11), WPMU DEV Dashboard (4.11.26), WP Rocket (3.16), Yoast SEO (22.7), Yoast SEO Premium (22.7) and Yoast Test Helper (1.18) revisions: all

Server Environment

php_version: 8.2.18 memory_limit: 40M timeout: 3000

Indexable Content

IMV Imaging — https://www.andrew.imv-imaging.mtcdevserver6.com

post_count: 530 page_count: 213 user-guide_count: 1 product_count: 193 team_count: 118 partner_count: 154 learning-resource_count: 605 support_posts_count: 101 focal_point_podcast_count: 81 journal_articles_count: 143 faq_count: 37 imv-careers_count: 13 courses_count: 20 post_meta_keys: 1 page_meta_keys: 1 user-guide_meta_keys: 0 product_meta_keys: 25 team_meta_keys: 1 partner_meta_keys: 1 learning-resource_meta_keys: 1 support_posts_meta_keys: 1 focal_point_podcast_meta_keys: 1 journal_articles_meta_keys: 1 faq_meta_keys: 0 imv-careers_meta_keys: 0 courses_meta_keys: 0 total-all-post-types: 25 distinct-meta-keys: ep_exclude_from_search, _thumbnail_id, total_sales, _tax_status, _tax_class, _manage_stock, _backorders, _sold_individually, _virtual, _downloadable, _stock, _stock_status, _wc_average_rating, _product_version, _product_image_gallery, _price, _product_attributes, _default_attributes, _upsell_ids, _crosssell_ids, _sku, _weight, _length, _width and _height

ElasticPress

Settings

host: http://127.0.0.1:9300 index_prefix: language: en_GB per_page: 5 network_active: false

Timeouts

request_timeout: 5 index_document_timeout: 15 bulk_request_timeout: 30

Elasticsearch Indices

andrewimvimagingmtcdevserver6com-post-1

0: true

andrewimvimagingmtcdevserver6com-post-1-world

0: true

andrewimvimagingmtcdevserver6com-post-1-us

0: true

andrewimvimagingmtcdevserver6com-post-1-fr

0: true

Last Sync

2024/05/15 3:52:14 pm

method: WP Dashboard is_full_sync: No end_date_time: 2024/05/15 3:53:58 pm total_time: 0 hours, 1 minute, 45 seconds total: 185 synced: 185 skipped: 0 failed: 0 errors: array ( ) trigger: final_status: success

Feature Settings

Custom Search Results

active: true force_inactive: false

Filters

active: true force_inactive: false match_type: all

Instant Results

active: true facets: tax-modality_lr,post_type,tax-format_lr force_inactive: false highlight_tag: span match_type: any per_page: 10 search_behavior: 0 term_count: 1

Post Search

active: true decaying_enabled: 0 force_inactive: false highlight_enabled: 0 highlight_excerpt: 0 highlight_tag: mark synonyms_editor_mode: simple synonyms:

# Defined sets ( equivalent synonyms).

Defined alternatives (explicit mappings).

xray => x-ray

weighting: array ( 'post' => array ( 'post_title' => array ( 'weight' => 1, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.category.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.post_format.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'page' => array ( 'post_title' => array ( 'weight' => 81, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'product' => array ( 'post_title' => array ( 'weight' => 100, 'enabled' => true, ), 'post_content' => array ( 'weight' => 0, 'enabled' => false, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'meta._sku.value' => array ( 'weight' => 0, 'enabled' => false, ), 'meta._variations_skus.value' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.product_cat.name' => array ( 'weight' => 1, 'enabled' => true, ), 'terms.product_shipping_class.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.species.name' => array ( 'weight' => 1, 'enabled' => true, ), 'terms.clinical-application.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.application-level.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'history' => array ( 'post_title' => array ( 'weight' => 0, 'enabled' => false, ), 'post_content' => array ( 'weight' => 0, 'enabled' => false, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'team' => array ( 'post_title' => array ( 'weight' => 1, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.department.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.country.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'partner' => array ( 'post_title' => array ( 'weight' => 0, 'enabled' => false, ), 'post_content' => array ( 'weight' => 0, 'enabled' => false, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.country.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.species.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.product.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'learning-resource' => array ( 'post_title' => array ( 'weight' => 91, 'enabled' => true, ), 'post_content' => array ( 'weight' => 0, 'enabled' => false, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.modality_lr.name' => array ( 'weight' => 55, 'enabled' => true, ), 'terms.format_lr.name' => array ( 'weight' => 55, 'enabled' => true, ), 'terms.category_lr.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.clinical_application_lr.name' => array ( 'weight' => 55, 'enabled' => true, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'support_posts' => array ( 'post_title' => array ( 'weight' => 1, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.product_cat.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.modality_service.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'focal_point_podcast' => array ( 'post_title' => array ( 'weight' => 70, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.modality_lr.name' => array ( 'weight' => 53, 'enabled' => true, ), 'terms.category_lr.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'journal_articles' => array ( 'post_title' => array ( 'weight' => 60, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.modality_lr.name' => array ( 'weight' => 53, 'enabled' => true, ), 'terms.category_lr.name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.clinical_application_lr.name' => array ( 'weight' => 53, 'enabled' => true, ), 'terms.tags.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'testimonial' => array ( 'post_title' => array ( 'weight' => 0, 'enabled' => false, ), 'post_content' => array ( 'weight' => 0, 'enabled' => false, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.testimonial_cat.name' => array ( 'weight' => 0, 'enabled' => false, ), ), 'faq' => array ( 'post_title' => array ( 'weight' => 1, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 0, 'enabled' => false, ), 'author_name' => array ( 'weight' => 0, 'enabled' => false, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), ), 'imv-careers' => array ( 'post_title' => array ( 'weight' => 1, 'enabled' => true, ), 'post_content' => array ( 'weight' => 0, 'enabled' => false, ), 'post_excerpt' => array ( 'enabled' => true, 'weight' => 1, ), 'author_name' => array ( 'enabled' => true, 'weight' => 1, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), ), 'user-guide' => array ( 'post_title' => array ( 'weight' => 1, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 1, 'enabled' => true, ), 'author_name' => array ( 'weight' => 1, 'enabled' => true, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), ), 'courses' => array ( 'post_title' => array ( 'weight' => 1, 'enabled' => true, ), 'post_content' => array ( 'weight' => 1, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 1, 'enabled' => true, ), 'author_name' => array ( 'weight' => 1, 'enabled' => true, ), 'terms.ep_custom_result.name' => array ( 'enabled' => true, 'weight' => 9999, 'fuzziness' => false, ), 'terms.species.name' => array ( 'weight' => 0, 'enabled' => true, ), 'terms.modality_lr.name' => array ( 'weight' => 0, 'enabled' => true, ), 'terms.format_lr.name' => array ( 'weight' => 0, 'enabled' => true, ), 'terms.clinical_application_lr.name' => array ( 'weight' => 0, 'enabled' => true, ), 'terms.role.name' => array ( 'weight' => 0, 'enabled' => true, ), ), )

Related Posts

active: true force_inactive: false

WPML integration

active: true force_inactive: false

WooCommerce

active: true force_inactive: false orders: 0

Code of Conduct

andrewmorganmtc commented 2 months ago

Managed to get this working again.

This was an issue with Vue and how it was interacting with the window object rather than being an issue with the ElasticPress plugin. The software firewall was also getting involved by blocking ajax requests.

Thanks