Matthew Reishus

Results 73 comments of Matthew Reishus

> If this is related to Search I'd assume it will need to live in the [Search Sync Module](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/sync/src/modules/class-search.php). Not sure if it makes sense to have some check ensuring...

For the Elastic Search side, we're looking at putting the variations into the main document, and not making them separate documents. This means we don't really need the permalink, but...

It looks like the code in `class-claim-your-free-domain-repository.php` is already attempting to bypass sites that have domains ending in `.blog` (unsuccessfully). The issue is related to: `wpcom_get_blog_url( get_blog_details( $blog_id ) )`...