Skip to content

Plugin Updated: Enterprise Search


27 April 2022

09:03:35 GMT+0000

wp vip-search index-versions list post now shows the number of documents in each index version. This makes it easier to see if it is safe to switch to a new version.

$ wp vip-search index-versions list post
+--------+--------+--------------+----------------+----------------+
| number | active | created_time | activated_time | document_count |
+--------+--------+--------------+----------------+----------------+
| 1      | 1      |              |                | 2              |
| 2      |        | 1650979622   |                | 0              |
+--------+--------+--------------+----------------+----------------+

https://github.com/Automattic/vip-go-mu-plugins/pull/3096