Production release – 2022/07/26
12:39:06 GMT+0000
Plugin Updated: Enterprise Search
Bugfix: Ensure index gets re-opened when closed for updates
https://github.com/Automattic/vip-go-mu-plugins/pull/3370
Plugin Updated: Enterprise Search
Fix get_index_exists_option_name() to account for all paths from request URLs.
https://github.com/Automattic/vip-go-mu-plugins/pull/3375
Plugin Updated: Enterprise Search
For multisites, change index existence caching option towards same blog context as requested one.
https://github.com/Automattic/vip-go-mu-plugins/pull/3384
Plugin Updated: Enterprise Search
Add slowlog settings to auto-heal in settings health cron job.
https://github.com/Automattic/vip-go-mu-plugins/pull/3390
Plugin Updated: Enterprise Search
Search: Fix is_site_indexable() returning incorrect value for blogs with no index
https://github.com/Automattic/vip-go-mu-plugins/pull/3374
Plugin Updated: Enterprise Search
Use new ElasticPress 4.0 algorithm in non-production environments
https://github.com/Automattic/vip-go-mu-plugins/pull/3391
Plugin Updated: Search Dev Tools
- A copy button is implemented (allows to quickly copy the response into clipboard)
- Buttons were made larger
- Query response time is color-coded depending on how slow or fast any given query is.
- We’ve disabled syntax highlighting in the query response as a workaround for syntax highlighting performance being severely affected by wp-emoji’s MutationObserver.