Improved search example phrasing

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Paul-Vincent Roll
2024-12-03 22:02:55 +01:00
committed by GitHub
parent 6f27cd4d0b
commit 50fa8c0d18

View File

@@ -589,7 +589,7 @@ database to be case-sensitive. A case-**in**sensitive database prevents a user f
tag `Name` and `NAME` as they are considered the same. 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`. so for example 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. Per Django documentation, making a database case-sensitive requires manual intervention.
To enable case sensitive tables, you can execute the following command To enable case sensitive tables, you can execute the following command