diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index c50219f45..9bf9650e0 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -588,7 +588,7 @@ The database interface does not provide a method to configure a MySQL database to be case-sensitive. A case-**in**sensitive database prevents a user from creating a tag `Name` and `NAME` as they are considered the same. -However, there is a downside to turning on case sensitivity, as it also makes searches case sensitive. +However, there is a downside to turning on case sensitivity, as it also makes searches case-sensitive, This means that a document with the title `Invoice` won't be found when searching for `invoice`. Per Django documentation, making a database case-sensitive requires manual intervention.