acme.com, https://app.acme.com/login, and domain:acme.com all run the same search.
What matches
An app belongs to a domain when any one of three signals matches:- The hostname contains the domain. Provider hostnames usually fold a custom domain into their slug, so
acme-com-dashboard.vercel.appmatchesacme.com, and so does a hostname that contains the dotted form. - An email address on the page is on the domain. A contact address such as
security@acme.comattributes the app. - The page text mentions the domain.
How the domain is read
- Schemes, subdomains, paths, ports, and credentials are stripped:
https://user@app.acme.com:8443/x?ysearchesacme.com. - The suffix must be a real public suffix.
acme.co.uksearchesacme.co.uk;config.jsonandv2.1are not domains and are searched as free text. - Several domains must all match.
acme.com domain:acme.ioanddomain:acme.com,acme.ioboth return only apps tied to both domains. This is the one filter whose comma-separated values AND together rather than OR.
When nothing matches
If a domain search returns no results, the console offers the domain’s name as a keyword search:acme.com becomes acme. That matches titles and page text that mention the name without the suffix, which catches apps that spell the organisation out but never link to its domain.