Skip to content

Commit 94a3b48

Browse files
aclark4lifeCopilot
andauthored
Update docs/source/topics/queryable-encryption.rst
Co-authored-by: Copilot <[email protected]>
1 parent d3bb833 commit 94a3b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/topics/queryable-encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ query type in the model field definition. For example, if you want to query the
7373
7474
class Patient(models.Model):
7575
name = models.CharField(max_length=255)
76-
ssn = models.EncryptedCharField(max_length=11, queries={"equality": True})
76+
ssn = models.EncryptedCharField(max_length=11, queries={"queryType": "equality"})
7777
7878
def __str__(self):
7979
return self.name

0 commit comments

Comments
 (0)