Skip to content

Tag: how-to

Showing page 16 of 19

Enable Enterprise Search features

Enterprise Search features such as facets, related posts, terms, and more can be enabled per site with custom WP-CLI commands run with VIP-CLI.

Indexing post meta

Post meta is not indexed by default. If post meta is not explicitly defined in the allow list, it will not be indexed.

Indexing post taxonomies

Similar to post types, any registered taxonomy that is public will be indexed by default.

Indexing post types

Enterprise Search automatically indexes all public post types.

Activate Enterprise Search

To fully enable Enterprise Search, the feature must be code-enabled then an Elasticsearch (ES) index for a site's content is created using CLI commands.

Activate a plugin through code

As an alternative to manual activation, it is recommended to code-activate plugins instead to gain greater control and consistency across all environments.

Use WP-CLI search-replace

The WP-CLI search-replace command can be used to search and replace strings in a selection of database tables. This is useful for updating post content and options, especially when changing URLs for sites on a WordPress multisite.

Add a domain

Custom domains must be added to an environment's VIP Dashboard in order to launch a site or send emails from an environment with that domain.