Since our base field used for storing encrypted data is TextField, but BinaryField is the only field that is difficult (possible with Base64, but it would make the size of data too big) to translate to text type. Therefore, implementing a search lookup for BinaryField has been skipped for now.
Since our base field used for storing encrypted data is
TextField
, butBinaryField
is the only field that is difficult (possible with Base64, but it would make the size of data too big) to translate to text type. Therefore, implementing a search lookup forBinaryField
has been skipped for now.