Yes, you can search by SHA-1(SubjectPublicKeyInfo) or SHA-256(SubjectPublicKeyInfo). See the "Advanced..." options page (
https://crt.sh/?a=1).
To calculate the SHA-256(SubjectPublicKeyInfo) of a certificate, you can do this:
openssl x509 -in your_certificate.pem -pubkey -noout | openssl pkey -pubin -outform der | sha256sum